From 4c27c4e8a5d281427bc69fe442ea0f35bd4a53f9 Mon Sep 17 00:00:00 2001
From: Max Christian Pohle
Date: Tue, 10 May 2016 11:55:32 +0200
Subject: fixed mistakes in documentation

---
 doc/INSTALL        |   5 ++++-
 ycm_extra_conf.pyc | Bin 2659 -> 2659 bytes
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/INSTALL b/doc/INSTALL
index 18a158a..cbe9e1f 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -27,11 +27,14 @@ vim -c ":set spell"
 # build YouCompleteMe (if you plan to use it)
 cd bundle/YouCompleteMe
 python2 ./install.py --clang-completer
+cd ~/.vim/
 
 
-step 7)
+# step 7)
 cd bundle/color-coded
 cmake .
+make
+cd ~/.vim/
 
 # step 8)
 # create an entry in file managers right click menu 'open with' allowing you to open the file in a vim tab
diff --git a/ycm_extra_conf.pyc b/ycm_extra_conf.pyc
index 2f14c54..b1ae85c 100644
Binary files a/ycm_extra_conf.pyc and b/ycm_extra_conf.pyc differ
-- 
cgit v1.2.3