From 2e8097fd2d3a12ea697fb9e6d6562e2ec0789bf9 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Tue, 19 Apr 2016 00:34:29 +0200 Subject: [PATCH] improve install and usage instructions --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ce2ba09..13c722b 100644 --- a/README.rst +++ b/README.rst @@ -33,6 +33,9 @@ Installation ------------ Each `plugin `_ should install wakatime for you, except for the `Emacs WakaTime plugin `_. + +Install the plugin for your IDE/editor at https://wakatime.com/editors, which will install wakatime-cli(this package) for you. + If your plugin does not install wakatime cli(this package), install it with:: sudo pip install wakatime @@ -41,8 +44,6 @@ If your plugin does not install wakatime cli(this package), install it with:: Usage ----- -Install the plugin for your IDE/editor at https://wakatime.com/editors - If you are building a plugin using the `WakaTime API `_ then follow the `Creating a Plugin `_ guide.