add optional debian instructions, PR6272
authorChris Lattner <sabre@nondot.org>
Wed, 17 Feb 2010 18:33:13 +0000 (18:33 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Feb 2010 18:33:13 +0000 (18:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96488 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index 89253b640181f9693e0081e9c42b83b109df28ed..ce1efd59564bd028126063755282b38fccd751a0 100644 (file)
@@ -1193,10 +1193,16 @@ $ ./hello.bc
 </div>
 
 <p>
-This allows you to execute LLVM bitcode files directly.  Thanks to Jack
-Cummings for pointing this out!
+This allows you to execute LLVM bitcode files directly.  On Debian, you 
+can also use this command instead of the 'echo' command above:</p>
 </p>
 
+<div class="doc_code">
+<pre>
+$ sudo update-binfmts --install llvm /path/to/lli --magic 'BC'
+</pre>
+</div>
+
 </div>
 
 <!-- *********************************************************************** -->