aboutsummaryrefslogtreecommitdiff
path: root/doc/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'doc/INSTALL')
-rw-r--r--doc/INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index 3c37ac5..38068d5 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -21,3 +21,7 @@ vim vimrc
21# download spell file for you language 21# download spell file for you language
22vim -c ":au! SpellFileMissing" 22vim -c ":au! SpellFileMissing"
23 23
24# step 6)
25# build YouCompleteMe (if you plan to use it)
26cd plugins/YouCompleteMe
27python2 ./install.py --clang-completer
..