simplify install instructions

This commit is contained in:
Alan Hamlett 2017-10-04 21:49:35 -07:00
parent 3917e255a7
commit 5558a3bfda
1 changed files with 4 additions and 8 deletions

View File

@ -11,17 +11,13 @@ Quantify your coding inside Vim.
Installation Installation
------------ ------------
1. Install [Vundle](https://github.com/gmarik/vundle), the Vim plugin manager. 1. With [Vundle](https://github.com/gmarik/vundle): `echo "Plugin 'wakatime/vim-wakatime'" >> ~/.vimrc && vim +PluginInstall`
2. Using [Vundle](https://github.com/gmarik/vundle):<br /> Or with [Pathogen](https://github.com/tpope/vim-pathogen): `cd ~/.vim/bundle && git clone git://github.com/wakatime/vim-wakatime.git`
`echo "Plugin 'wakatime/vim-wakatime'" >> ~/.vimrc && vim +PluginInstall`
or using [Pathogen](https://github.com/tpope/vim-pathogen):<br /> 2. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`.
`cd ~/.vim/bundle && git clone git://github.com/wakatime/vim-wakatime.git`
3. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`. 3. Use Vim and your coding activity will be displayed on your [WakaTime dashboard](https://wakatime.com).
4. Use Vim and your coding activity will be displayed on your [WakaTime dashboard](https://wakatime.com).
Note: WakaTime depends on [Python](http://www.python.org/getit/) being installed to work correctly. Note: WakaTime depends on [Python](http://www.python.org/getit/) being installed to work correctly.