From 3457b0b53453b3cddabfd574e483ebd53a9327b4 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 1 Jul 2013 21:08:41 -0700 Subject: [PATCH] removed touch logfile from readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 332577d..34966b4 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,9 @@ Installation https://wakati.me -2) Run these shell commands: +2) Run this shell command replacing KEY with your api key: - echo "api_key=MY_API_KEY" > ~/.wakatime - touch ~/.wakatime.log + echo "api_key=KEY" > ~/.wakatime 3) Using [Vundle](https://github.com/gmarik/vundle), the Vim plugin manager: