diff --git a/README.rst b/README.rst index ffd1921..ce2ba09 100644 --- a/README.rst +++ b/README.rst @@ -29,6 +29,15 @@ Note: You shouldn't need to directly use this package unless you are `building y Go to http://wakatime.com/editors to install the plugin for your text editor or IDE. +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:: + + sudo pip install wakatime + + Usage ----- @@ -65,15 +74,6 @@ format. An example config file looks like:: timeout = 30 -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:: - - sudo pip install wakatime - - Troubleshooting ---------------