Correct Ubuntu CMake install command typo

This commit is contained in:
pydave 2013-02-01 15:34:13 -08:00
parent 7c573528ed
commit 69363626ff

View File

@ -119,7 +119,7 @@ source.
Install YouCompleteMe with [Vundle][].
Install CMake. `sudo apt-get instal cmake`
Install CMake. `sudo apt-get install cmake`
_If_ you care about semantic completion for C-family languages, type in the
following commands in the console. If you don't, **skip this step**.