update readme with better usage instructions

This commit is contained in:
Alan Hamlett 2016-04-19 00:32:36 +02:00
parent 4518fb4429
commit ca767536a4
1 changed files with 3 additions and 1 deletions

View File

@ -38,6 +38,8 @@ If you are building a plugin using the `WakaTime API <https://wakatime.com/devel
then follow the `Creating a Plugin <https://wakatime.com/help/misc/creating-plugin>`_
guide.
For command line options, run ``wakatime --help``.
Configuring
-----------
@ -69,7 +71,7 @@ Installation
Each `plugin <https://wakatime.com/editors>`_ should install wakatime for you, except for the `Emacs WakaTime plugin <https://github.com/wakatime/wakatime-mode>`_.
If your plugin does not install wakatime cli(this package), install it with::
pip install wakatime
sudo pip install wakatime
Troubleshooting