added sudo before chmod

This commit is contained in:
Alan Hamlett 2013-06-25 01:11:50 -07:00
parent 167fb82f5e
commit 48162db5e7
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Add `Bundle 'wakatime/vim-wakatime'` to your `~/.vimrc`
Then run these shell commands:
sudo touch /var/log/wakatime.log && chmod a+w !$
sudo touch /var/log/wakatime.log && sudo chmod a+w !$
echo "api_key=MY_API_KEY" > ~/.wakatime
vim +BundleInstall +qall