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.