From de8b37e5a49be94b92d2c9fc7e979c394ede648e Mon Sep 17 00:00:00 2001 From: lizzie Date: Wed, 3 Sep 2025 00:05:37 +0000 Subject: [PATCH] [docs, user] fix docs Signed-off-by: lizzie --- docs/User.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/User.md b/docs/User.md index 840bae7684..cfc81063f8 100644 --- a/docs/User.md +++ b/docs/User.md @@ -5,7 +5,7 @@ Eden will store configuration in the following directories: - **Windows**: `%AppData%\Roaming`. -- **Android**: Current working directory. +- **Android**: Data is stored internally. - **Linux, macOS, FreeBSD, Solaris, OpenBSD**: `$XDG_DATA_HOME`, `$XDG_CACHE_HOME`, `$XDG_CONFIG_HOME`. -If an `user` directory is present in the current working directory, that will override all global configuration directories and the emulator will use that instead. +If a `user` directory is present in the current working directory, that will override all global configuration directories and the emulator will use that instead.