From a1018f8767604d93983c4a8bf6cda8fdf0ec2216 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Wed, 15 Feb 2017 17:35:30 -0800 Subject: [PATCH] more links to FAQ --- README.rst | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index e7ac44d..d4bc657 100644 --- a/README.rst +++ b/README.rst @@ -24,17 +24,19 @@ WakaTime Command line interface to `WakaTime `_ used by all WakaTime `text editor plugins `_. -Note: You shouldn't need to directly use this package unless you are `building your own 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 `_ should install WakaTime for you, except for the `Emacs WakaTime plugin `_. +Note: You shouldn't need to directly use this package unless you are `building your own 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 `_ installs the WakaTime CLI for you, except for the `Emacs WakaTime plugin `_. + +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 `_. + 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 `_. + Troubleshooting --------------- +Read the `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)