Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Update README.md #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down