From 3bc3d3c5acef6bc70f5b5e00d6894a2baa0aa2f7 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Wed, 17 Feb 2010 18:33:13 +0000
Subject: [PATCH] add optional debian instructions, PR6272
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96488 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/GettingStarted.html | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
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'
+
+
+