From b48fdeb79e6d41dedd84772238bcc67117bd0e16 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Fri, 7 Nov 2014 15:54:26 -0800 Subject: [PATCH] update install instructions and screenshot --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2edf518..a964403 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Installation Heads Up! WakaTime depends on [Python](http://www.python.org/getit/) being installed to work correctly. -1. Get an api key from: https://wakatime.com/#apikey +1. Install [Vundle](https://github.com/gmarik/vundle). 2. Using [Vundle](https://github.com/gmarik/vundle), the Vim plugin manager:
`echo "Bundle 'wakatime/vim-wakatime'" >> ~/.vimrc && vim +BundleInstall` @@ -17,16 +17,14 @@ Heads Up! WakaTime depends on [Python](http://www.python.org/getit/) being insta or using [Pathogen](https://github.com/tpope/vim-pathogen):
`cd ~/.vim/bundle && git clone git://github.com/wakatime/vim-wakatime.git` -3. You will see a prompt at the bottom asking for your [api key](https://wakatime.com/#apikey). Enter your api key, then press `enter`. +3. Enter your [api key](https://wakatime.com/settings#apikey) from [https://wakatime.com/settings#apikey](https://wakatime.com/settings#apikey), then press `enter`. -4. Use Vim and your time will automatically be tracked for you. +4. Use Vim like you normally do and your time will be tracked for you automatically. 5. Visit https://wakatime.com to see your logged time. -6. Consider installing [BIND9](https://help.ubuntu.com/community/BIND9ServerHowto#Caching_Server_configuration) to cache your repeated DNS requests: `sudo apt-get install bind9` - Screen Shots ------------ -![Project Overview](https://wakatime.com/static/img/ScreenShots/ScreenShot_2014-09-15.png) +![Project Overview](https://wakatime.com/static/img/ScreenShots/ScreenShot-2014-10-29.png)