From 69363626fff4ff62e30bb7a375155f2dccc85c6f Mon Sep 17 00:00:00 2001 From: pydave Date: Fri, 1 Feb 2013 15:34:13 -0800 Subject: [PATCH] Correct Ubuntu CMake install command typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85d3b05b..a19a517a 100644 --- a/README.md +++ b/README.md @@ -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**.