Skip to content

Commit

Permalink
More makedir -> mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Valloric committed Feb 5, 2013
1 parent f0e98fa commit b7eded1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ required):
Compiling YCM **without** semantic support for C-family languages:

cd ~
makedir ycm_build
mkdir ycm_build
cd ycm_build
cmake -G "Unix Makefiles" . ~/.vim/bundle/YouCompleteMe/cpp
make ycm_core
Expand Down

0 comments on commit b7eded1

Please sign in to comment.