From 167fb82f5e8eefa9a65bb40a5091ca9d7a0e3cf7 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 25 Jun 2013 01:10:17 -0700 Subject: [PATCH] added chmod after touching log file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a1ffe4..9299ce5 100644 --- a/README.md +++ b/README.md @@ -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