summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2019-01-30 18:39:43 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2019-01-30 18:39:53 -0800
commit3d4208a431f7b0d9da5bb2d65a9edb610991be94 (patch)
tree6d4f87e413b9a2edee21ef37b5a4afc7ebb0774e /README.md
parent7585db6db273b11d8725190a034520dd1251b297 (diff)
s/XDG_CONFIG_DIR/XDG_CONFIG_HOME/ in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5359eb1..96ecc8b 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ $ cargo build
```
## Configuration
-Place config files inside `$XDG_CONFIG_DIR/joshuto` (usually `$HOME/.config/joshuto/` for GNU/Linux)
+Place config files inside `$XDG_CONFIG_HOME/joshuto` (usually `$HOME/.config/joshuto/` for GNU/Linux)
Joshuto can currently be configured using the following files:
- [joshuto.toml](https://github.com/kamiyaa/joshuto/blob/master/config/joshuto.toml)