update readme

This commit is contained in:
Alan Hamlett 2014-11-07 15:59:24 -08:00
parent b48fdeb79e
commit f79af72cb3
1 changed files with 2 additions and 2 deletions

View File

@ -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:<br />
2. Using [Vundle](https://github.com/gmarik/vundle):<br />
`echo "Bundle 'wakatime/vim-wakatime'" >> ~/.vimrc && vim +BundleInstall`
or using [Pathogen](https://github.com/tpope/vim-pathogen):<br />