Browse Source

[docs, user] fix docs

Signed-off-by: lizzie <lizzie@eden-emu.dev>
pull/338/head
lizzie 6 months ago
committed by crueter
parent
commit
de8b37e5a4
  1. 4
      docs/User.md

4
docs/User.md

@ -5,7 +5,7 @@
Eden will store configuration in the following directories: Eden will store configuration in the following directories:
- **Windows**: `%AppData%\Roaming`. - **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`. - **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.
Loading…
Cancel
Save