summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-10-29 13:38:06 -0500
committerGitHub <noreply@github.com>2016-10-29 13:38:06 -0500
commit64e9a993534d2eca3609f339d24e8f140ddaff5e (patch)
treed1349937ae6df21460a77e2a61b0ae9a9eb44185
parentf99d129b5f676fee0cbd2771e77ce34f82629ebe (diff)
parent02b50cc91cceaaaf6d56343dc5ddb185f88fa873 (diff)
Auto merge of #162 - catdesk:catdesk-patch-1, r=emilio
Add link to setup LLVM repos on Debian/Ubuntu.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2e797a22..47e7dd53 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ with more features (such as detection of inlined functions).
```
# apt-get install llvm-3.8-dev libclang-3.8-dev
```
-
+Adding the LLVM repos to get version 3.8 may be necessary, see http://apt.llvm.org/.
#### Arch
```