summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1b43df5c..193e9da9 100644
--- a/README.md
+++ b/README.md
@@ -115,3 +115,15 @@ The following build options are recommended on Raspberry Pi 2/3:
115 115
116[rel]: https://git.skyjake.fi/skyjake/lagrange/releases 116[rel]: https://git.skyjake.fi/skyjake/lagrange/releases
117[tf]: https://git.skyjake.fi/skyjake/the_Foundation 117[tf]: https://git.skyjake.fi/skyjake/the_Foundation
118
119## User files
120
121On Windows, user files are stored in `%HOMEPATH%/AppData/Roaming/fi.skyjake.Lagrange/`, unless one is using the portable distribution and there is a `userdata` subdirectory present in the executable directory.
122
123On macOS, user files are stored in `~/Library/Application Support/fi.skyjake.Lagrange/`.
124
125On Linux/*BSD/other operating systems, user files stored in `~/.config/lagrange` unless you have customized the XDG directories, in which case the `XDG_CONFIG_HOME` environment variable is used to determine where user files saved.
126
127The usage and contents of the user files are described in the Help document. You can delete one or more of the files while Lagrange is not running to reset the corresponding data to the default/empty state.
128
129One instance of Lagrange can be running at a time per user file directory.