updated readme with better install instructions

This commit is contained in:
Alan Hamlett 2013-06-27 08:56:21 -07:00
parent f9add37d13
commit 7d71f33b4c
1 changed files with 9 additions and 6 deletions

View File

@ -10,14 +10,17 @@ Installation
https://wakati.me
2) Using [Vundle](https://github.com/gmarik/vundle), the Vim plugin manager:
2) Run these shell commands:
Add `Bundle 'wakatime/vim-wakatime'` to your `~/.vimrc`
3) Run these shell commands:
touch ~/.wakatime.log
echo "api_key=MY_API_KEY" > ~/.wakatime
touch ~/.wakatime.log
3) Using [Vundle](https://github.com/gmarik/vundle), the Vim plugin manager:
Add `Bundle 'wakatime/vim-wakatime'` to your `~/.vimrc`.
Then inside Vim, type `:BundleInstall` or run this shell command:
vim +BundleInstall +qall
4) Use Vim and your time will automatically be tracked for you.