diff --git a/docs/install.md b/docs/install.md index 59e99b8..1d984a0 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,11 +1,11 @@ # Installation guide # ## Debian/Ubuntu -``` +```sh sudo apt-get install libclang-dev make cmake g++ git ``` -``` +```sh git clone https://github.com/cppit/libclangmm.git cd libclangmm cmake . @@ -14,11 +14,11 @@ sudo make install ``` ## OS X with Homebrew (http://brew.sh/) -``` +```sh brew install cmake --with-clang llvm ``` -``` +```sh git clone https://github.com/cppit/libclangmm.git cd libclangmm cmake .