forked from luna/vim-rana-local
updated readme with better install instructions
This commit is contained in:
parent
f9add37d13
commit
7d71f33b4c
1 changed files with 9 additions and 6 deletions
15
README.md
15
README.md
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue