From: Chris Lattner
Date: Wed, 17 Feb 2010 18:33:13 +0000 (+0000)
Subject: add optional debian instructions, PR6272
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3bc3d3c5acef6bc70f5b5e00d6894a2baa0aa2f7;p=oota-llvm.git
add optional debian instructions, PR6272
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96488 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 89253b64018..ce1efd59564 100644
--- a/docs/GettingStarted.html
+++ b/docs/GettingStarted.html
@@ -1193,10 +1193,16 @@ $ ./hello.bc
-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:
+
+
+$ sudo update-binfmts --install llvm /path/to/lli --magic 'BC'
+
+
+