added chmod after touching log file

This commit is contained in:
Alan Hamlett 2013-06-25 01:10:17 -07:00
parent 0a702445f0
commit 167fb82f5e
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
sudo touch /var/log/wakatime.log && chmod a+w !$
echo "api_key=MY_API_KEY" > ~/.wakatime
vim +BundleInstall +qall