Mentioning submodule init in full install guide

This commit is contained in:
Strahinja Val Markovic 2013-10-24 15:58:20 -07:00
parent 87f1ec4bbb
commit d6b2331d41

View File

@ -210,6 +210,10 @@ process.
idea). With Vundle, this would mean adding a `Bundle idea). With Vundle, this would mean adding a `Bundle
'Valloric/YouCompleteMe'` line to your [vimrc][]. 'Valloric/YouCompleteMe'` line to your [vimrc][].
If you don't install YCM with Vundle, make sure you have run
`git submodule update --init --recursive` after checking out the YCM
repository (Vundle will do this for you).
3. [Complete this step ONLY if you care about semantic completion support for 3. [Complete this step ONLY if you care about semantic completion support for
C-family languages. Otherwise it's not neccessary.] C-family languages. Otherwise it's not neccessary.]