diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 476ccf1e2a7..851bfb6b559 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -1154,7 +1154,7 @@ first command may not be required if you are already using the module):

 $ mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
-$ echo ':llvm:M::llvm::/path/to/lli:' > /proc/sys/fs/binfmt_misc/register
+$ echo ':llvm:M::BC::/path/to/lli:' > /proc/sys/fs/binfmt_misc/register
 $ chmod u+x hello.bc   (if needed)
 $ ./hello.bc