diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 | |||
121 | On 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 | |||
123 | On macOS, user files are stored in `~/Library/Application Support/fi.skyjake.Lagrange/`. | ||
124 | |||
125 | On 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 | |||
127 | The 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 | |||
129 | One instance of Lagrange can be running at a time per user file directory. | ||