Fix typo in install code.

This commit is contained in:
Kenneth Ballenegger 2013-02-04 23:10:44 -08:00
parent 4b88970e91
commit f97d00250d

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