More makedir -> mkdir

This commit is contained in:
Strahinja Val Markovic 2013-02-04 23:12:34 -08:00
parent f0e98fa21f
commit b7eded1417

View File

@ -95,7 +95,7 @@ required):
Compiling YCM **without** semantic support for C-family languages: Compiling YCM **without** semantic support for C-family languages:
cd ~ cd ~
makedir ycm_build mkdir ycm_build
cd ycm_build cd ycm_build
cmake -G "Unix Makefiles" . ~/.vim/bundle/YouCompleteMe/cpp cmake -G "Unix Makefiles" . ~/.vim/bundle/YouCompleteMe/cpp
make ycm_core make ycm_core