Document environment variables all in one place

This commit is contained in:
Dustin J. Mitchell
2021-05-07 11:16:10 -04:00
parent 1d0ed132df
commit 7aea34c7a3
4 changed files with 23 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ Configuration is read from `taskchampion.toml` in your config directory.
On Linux systems, that directory is `~/.config`.
On OS X, it's `~/Library/Preferences`.
On Windows, it's `AppData/Roaming` in your home directory.
This can be overridden by setting `$TASKCHAMPION_CONFIG` to the configuration filename.
This can be overridden by setting `TASKCHAMPION_CONFIG` to the configuration filename.
The file format is [TOML](https://toml.io/).
For example: