added sudo before chmod
This commit is contained in:
parent
167fb82f5e
commit
48162db5e7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue