summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index e7bf65f..53ed166 100644
--- a/README.md
+++ b/README.md
@@ -32,8 +32,9 @@ The actual installation is no different than for any other Vim plugin, you can
* install manually: Clone or download a tarball of the plugin and move its
content in your `~/.vim/` directory. You should call `:helptags ~/.vim/doc`
to generate the necessary help tags afterwards.
-* use Pathogen: Clone this repository to your `~/.vim/bundle` directory and
- `:call pathogen#helptags()` afterwards.
+* use Pathogen: Clone this repository to your `~/.vim/bundle` directory, run
+ `:execute pathogen#infect()` and `:call pathogen#helptags()` afterwards.
+
* use your favorite plugin manager: Put the respective instruction in your init
file and update your plugins afterwards. For Vundle this would be `Plugin
'vim-vdebug/vdebug'` and `:PluginInstall`.