From f68aaa4e778c6cb1ea86f4daae0f8fae95ca3414 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 16 Aug 2021 22:16:35 +0200 Subject: Use xdg env --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 ] [-e ] [youtube-url] -- cgit v1.2.3