Merge pull request #13 from kballenegger/patch-1

Fix typo in install code.
This commit is contained in:
Val Markovic 2013-02-04 23:11:38 -08:00
commit 5ab2112abc

View File

@ -87,7 +87,7 @@ Compiling YCM **with** semantic support for C-family languages (previous step
required): required):
cd ~ cd ~
makedir ycm_build mkdir ycm_build
cd ycm_build cd ycm_build
cmake -G "Unix Makefiles" -DPATH_TO_LLVM_ROOT=~/ycm_temp/clang+llvm-3.2-x86_64-apple-darwin11 . ~/.vim/bundle/YouCompleteMe/cpp cmake -G "Unix Makefiles" -DPATH_TO_LLVM_ROOT=~/ycm_temp/clang+llvm-3.2-x86_64-apple-darwin11 . ~/.vim/bundle/YouCompleteMe/cpp
make ycm_core make ycm_core