From de72db51a8fa328791f1a2bf58bb7417ca1c85fd Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Mon, 30 Jan 2017 11:39:00 -0800 Subject: [PATCH] reference custom env var wakatime_home --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index a79ba16..8e0bfe4 100644 --- a/README.rst +++ b/README.rst @@ -54,9 +54,9 @@ For command line options, run ``wakatime --help``. Configuring ----------- -Options can be passed via command line, or set in the ``$HOME/.wakatime.cfg`` +Options can be passed via command line, or set in the ``$WAKATIME_HOME/.wakatime.cfg`` config file. Command line arguments take precedence over config file settings. -The ``$HOME/.wakatime.cfg`` file is in `INI `_ +The ``$WAKATIME_HOME/.wakatime.cfg`` file is in `INI `_ format. An example config file with all available options:: [settings] @@ -82,7 +82,7 @@ format. An example config file with all available options:: Troubleshooting --------------- -WakaTime CLI writes errors to a common log file in your User ``$HOME`` directory:: +WakaTime CLI writes errors to a common log file in your User ``$WAKATIME_HOME`` directory:: ~/.wakatime.log