From 6cdc101f610f9a24840093f4f6a0c290709f83b4 Mon Sep 17 00:00:00 2001 From: Trudko Date: Sat, 5 Nov 2016 16:46:34 +0100 Subject: [PATCH] Update README.md Related to - Making the documentation in READ.me more noob friendly #68 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee1946a..17ae771 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,12 @@ Want to share what you've learned about your Thyme? Join the discussion on [Twit 1. Record which applications you use every 30 seconds: ``` - $ while true; do thyme track -o thyme.json; sleep 30s; done; + $ while true; do ./thyme track -o thyme.json; sleep 30s; done; ``` 2. Create charts showing application usage over time. In a new window: ``` - $ thyme show -i thyme.json -w stats > thyme.html + $ ./thyme show -i thyme.json -w stats > thyme.html ``` 3. Open `thyme.html` in your browser of choice to see the charts