summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-20 23:10:52 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-20 23:10:52 -0500
commit0697d9dd565f1887ee3922ac0b3bc6b61ff8a3bb (patch)
tree6ce2f5339e77c12d4744b12b20520428f6dba19e /docs
parente7352ddef12a64fb9d7a09c7b37ca6608dcc57d9 (diff)
Fix issue with default file paths not being respected; updated default file paths.
Diffstat (limited to 'docs')
-rw-r--r--docs/config.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config.md b/docs/config.md
index 0fd601af..0f4f036c 100644
--- a/docs/config.md
+++ b/docs/config.md
@@ -34,5 +34,5 @@ Note some colours may not be compatible with the terminal you are using. For exa
bottom will check specific locations by default for a config file.
-- For Unix-based systems: `~/.config/btm/btm.toml`.
-- For Windows: `./btm.toml`.
+- For Unix-based systems: `$HOME/.config/bottom/bottom.toml`.
+- For Windows: `{FOLDERID_RoamingAppData}\bottom\bottom.toml` (for example, `C:\Users\Clement\AppData\Roaming\bottom\bottom.toml`).