From 5558a3bfdaa1f7bd37f4d1d68d335447181d4016 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 4 Oct 2017 21:49:35 -0700 Subject: [PATCH] simplify install instructions --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 83b4e14..1eb1973 100644 --- a/README.md +++ b/README.md @@ -11,17 +11,13 @@ Quantify your coding inside Vim. 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):
- `echo "Plugin 'wakatime/vim-wakatime'" >> ~/.vimrc && vim +PluginInstall` + Or with [Pathogen](https://github.com/tpope/vim-pathogen): `cd ~/.vim/bundle && git clone git://github.com/wakatime/vim-wakatime.git` - or using [Pathogen](https://github.com/tpope/vim-pathogen):
- `cd ~/.vim/bundle && git clone git://github.com/wakatime/vim-wakatime.git` +2. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`. -3. Enter your [api key](https://wakatime.com/settings#apikey), then press `enter`. - -4. Use Vim and your coding activity will be displayed on your [WakaTime dashboard](https://wakatime.com). +3. 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.