diff options
author | Simkha <secretsimkha@gmail.com> | 2017-03-07 13:15:01 +0600 |
---|---|---|
committer | Simkha <secretsimkha@gmail.com> | 2017-03-07 13:15:01 +0600 |
commit | 839e97768a0429a94aa54c830445c4b2480c3187 (patch) | |
tree | 60da149876af8a9aa60b5616f2b0bfa5f294e223 /README.md | |
parent | b8212520849eb39c34108ef2197ccae993694f06 (diff) |
fix clang installation instruction for debian os
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ $ port install clang-3.9 ##### Debian-based Linuxes ``` -# apt-get install llvm-3.9-dev libclang-3.9-dev +# apt-get install llvm-3.9-dev libclang-3.9-dev clang-3.9 ``` Ubuntu 16.10 provides the necessary packages directly. If you are using older |