more links to FAQ

This commit is contained in:
Alan Hamlett 2017-02-15 17:35:30 -08:00
parent 0eea99d457
commit a1018f8767
1 changed files with 13 additions and 5 deletions

View File

@ -24,17 +24,19 @@ WakaTime
Command line interface to `WakaTime <https://wakatime.com/>`_ used by all WakaTime `text editor plugins <https://wakatime.com/editors>`_.
Note: You shouldn't need to directly use this package unless you are `building your own plugin <https://wakatime.com/help/misc/creating-plugin>`_ or your text editor's plugin asks you to install the WakaTime CLI manually.
Go to http://wakatime.com/editors to install the plugin for your text editor or IDE.
Installation
------------
Each `plugin <https://wakatime.com/editors>`_ should install WakaTime for you, except for the `Emacs WakaTime plugin <https://github.com/wakatime/wakatime-mode>`_.
Note: You shouldn't need to directly use this package unless you are `building your own plugin <https://wakatime.com/help/misc/creating-plugin>`_ or your text editor's plugin asks you to install the WakaTime CLI manually.
Install the plugin for your IDE/editor at https://wakatime.com/editors, which will install this WakaTime CLI for you.
Each `plugin <https://wakatime.com/editors>`_ installs the WakaTime CLI for you, except for the `Emacs WakaTime plugin <https://github.com/wakatime/wakatime-mode>`_.
Install the plugin for your IDE/editor:
https://wakatime.com/editors
If your plugin does not install WakaTime CLI, install it with::
@ -50,6 +52,8 @@ guide.
For command line options, run ``wakatime --help``.
Some more usage information is available in the `FAQ <https://wakatime.com/faq>`_.
Configuring
-----------
@ -78,17 +82,21 @@ format. An example config file with all available options::
projects/foo = new project name
^/home/user/projects/bar(\d+)/ = project{0}
For commonly used configuration options, see examples in the `FAQ <https://wakatime.com/faq>`_.
Troubleshooting
---------------
Read the `FAQ <https://wakatime.com/faq>`_ for solutions to common problems.
WakaTime CLI writes errors to a common log file in your User ``$WAKATIME_HOME`` directory::
~/.wakatime.log
Set ``debug=true`` in ``~/.wakatime.cfg`` for more verbose logging, but don't forget to set it back to ``debug=false`` afterwards or your editor might be laggy while waiting for WakaTime CLI to finish executing.
Each plugin also has it's own log file for things outside of the common WakaTime CLI:
Each plugin also has it's own log file for things outside the scope of WakaTime CLI:
* **Atom** writes errors to the developer console (View -> Developer -> Toggle Developer Tools)
* **Brackets** errors go to the developer console (Debug -> Show Developer Tools)