From ca767536a4c979e8d333f3c17839f2457905427b Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 19 Apr 2016 00:32:36 +0200 Subject: [PATCH] update readme with better usage instructions --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1218bf1..ffd1921 100644 --- a/README.rst +++ b/README.rst @@ -38,6 +38,8 @@ If you are building a plugin using the `WakaTime API `_ guide. +For command line options, run ``wakatime --help``. + Configuring ----------- @@ -69,7 +71,7 @@ Installation Each `plugin `_ should install wakatime for you, except for the `Emacs WakaTime plugin `_. If your plugin does not install wakatime cli(this package), install it with:: - pip install wakatime + sudo pip install wakatime Troubleshooting