reference custom env var wakatime_home
This commit is contained in:
parent
e4be7d7820
commit
de72db51a8
1 changed files with 3 additions and 3 deletions
|
@ -54,9 +54,9 @@ For command line options, run ``wakatime --help``.
|
||||||
Configuring
|
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.
|
config file. Command line arguments take precedence over config file settings.
|
||||||
The ``$HOME/.wakatime.cfg`` file is in `INI <http://en.wikipedia.org/wiki/INI_file>`_
|
The ``$WAKATIME_HOME/.wakatime.cfg`` file is in `INI <http://en.wikipedia.org/wiki/INI_file>`_
|
||||||
format. An example config file with all available options::
|
format. An example config file with all available options::
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
|
@ -82,7 +82,7 @@ format. An example config file with all available options::
|
||||||
Troubleshooting
|
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
|
~/.wakatime.log
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue