From 652365ffb1c71b5758329c17015cb5c1912da1f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Fri, 7 Mar 2025 20:04:33 +0100 Subject: Use XDG data directory for storage by default Changelog: Use XDG data directory for default storage path --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 75d9597..b71eb9d 100644 --- a/README.md +++ b/README.md @@ -216,8 +216,11 @@ target device with `/`. Storage ------- -Data are by default stored within `.erebos` subdirectory of the current working -directory. This can be overriden by `EREBOS_DIR` environment variable. +Data are by default stored under `XDG_DATA_HOME`, typically +`$HOME/.local/share/erebos`, unless there is an erebos storage already +in `.erebos` subdirectory of the current working directory, in which case the +latter one in used instead. This can be overriden by `EREBOS_DIR` environment +variable. Private keys are currently stored in plaintext under the `keys` subdirectory of the erebos directory. -- cgit v1.2.3