From 7d71f33b4c93a02e0c9244f3a91fdeff20d76dc9 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 27 Jun 2013 08:56:21 -0700 Subject: [PATCH] updated readme with better install instructions --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ccd7678..332577d 100644 --- a/README.md +++ b/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.