aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-08-16 22:16:35 +0200
committerdec05eba <dec05eba@protonmail.com>2021-08-16 22:18:24 +0200
commitf68aaa4e778c6cb1ea86f4daae0f8fae95ca3414 (patch)
tree825ad936fb0a25bab58c62ebd7022ea3c21d38e0 /README.md
parent5cc735b22570f1667d62958e59ce4910b529f5af (diff)
Use xdg env
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f7147d5..a5af07f 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# QuickMedia
A dmenu-inspired native client for web services.
Currently supported web services: `youtube`, `soundcloud`, `nyaa.si`, `manganelo`, `manganelos`, `mangatown`, `mangakatana`, `mangadex`, `readm`, `onimanga`, `4chan`, `matrix`, `saucenao`, `hotexamples`, `mal` and _others_.\
-Config data, including manga progress is stored under `$HOME/.config/quickmedia`.\
-Cache is stored under `$HOME/.cache/quickmedia`.
+Config data, including manga progress is stored under `$XDG_CONFIG_HOME/quickmedia` or `$HOME/.config/quickmedia`.\
+Cache is stored under `$XDG_CACHE_HOME/quickmedia` or `$HOME/.cache/quickmedia`.
## Usage
```
usage: quickmedia [plugin] [--use-system-mpv-config] [--dir <directory>] [-e <window>] [youtube-url]