From 95601cbbabdf006b0c646faf4e45f9b770164999 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Sun, 20 Jul 2014 12:03:39 -0700 Subject: [PATCH] Add pathogen installation instructions to readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f2c9604..7918e61 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ Heads Up! WakaTime depends on [Python](http://www.python.org/getit/) being insta 1. Get an api key from: https://wakatime.com/#apikey -2. Using [Vundle](https://github.com/gmarik/vundle), the Vim plugin manager: +2. Using [Vundle](https://github.com/gmarik/vundle), the Vim plugin manager:
+ `echo "Bundle 'wakatime/vim-wakatime'" >> ~/.vimrc && vim +BundleInstall` - a) Add `Bundle 'wakatime/vim-wakatime'` to your `~/.vimrc`. - - b) Then inside Vim, type `:BundleInstall`. + 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`.