From f79af72cb3dd269d9e8f8e57fa26ff0786b98ab6 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Fri, 7 Nov 2014 15:59:24 -0800 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a964403..89f62a5 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ Installation Heads Up! WakaTime depends on [Python](http://www.python.org/getit/) being installed to work correctly. -1. Install [Vundle](https://github.com/gmarik/vundle). +1. Install [Vundle](https://github.com/gmarik/vundle), the Vim plugin manager. -2. Using [Vundle](https://github.com/gmarik/vundle), the Vim plugin manager:
+2. Using [Vundle](https://github.com/gmarik/vundle):
`echo "Bundle 'wakatime/vim-wakatime'" >> ~/.vimrc && vim +BundleInstall` or using [Pathogen](https://github.com/tpope/vim-pathogen):