diff --git a/README.md b/README.md index ae68f37..64c1eaa 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Why [Vundle] can: -- automatically install vim script (aka bundle) +- automatically install vim scripts (aka bundle) - manage runtime path of your installed scripts so you don't have to - disable/enable bundles by commenting/uncommenting configured Bundle(requires reload) - NEW: search [all available vim scripts] by name @@ -36,14 +36,17 @@ in order to install/search [all available vim scripts] 3. Install configured bundles: - Launch vim and run :BundleInstall. + Launch vim, run :BundleInstall and restart Vim. Or from command line: $ vim -e -c 'BundleInstall' -c 'q' + triggers [Git clone](http://gitref.org/creating/#clone) for each configured repo to ~/.vim/bundle/. + **Make sure to restart Vim after installing new scripts**. + See [gmarik's vimrc](https://github.com/gmarik/vimfiles/blob/1f4f26d42f54443f1158e0009746a56b9a28b053/vimrc#L136) for working example. ## Searching