Merge pull request #28 from Kozova1/master

Fix mistake in README.md: Change $XDG_CONFIG_DIR => $XDG_CONFIG_HOME
This commit is contained in:
Chris
2021-05-28 19:08:12 +00:00
committed by GitHub

View File

@ -149,7 +149,7 @@ operating system. If this file doesn't exist, it will be created on launcher sta
Windows: `%LOCALAPPDATA%\min-ed-launcher\settings.json`
Linux: `$XDG_CONFIG_DIR/min-ed-launcher/settings.json` (`~/.config` if `$XDG_CONFIG_DIR` isn't set)
Linux: `$XDG_CONFIG_HOME/min-ed-launcher/settings.json` (`~/.config` if `$XDG_CONFIG_HOME` isn't set)
| Settings | Effect |
|------------------------|------------------------------------------------------------------------------------------------------------------------|
@ -274,4 +274,4 @@ specifically targets Windows and won't publish on a non-Windows machine.
[Logs]: #logs
[Cache]: #cache
[Build]: #build
[Release Artifacts]: #release-artifacts
[Release Artifacts]: #release-artifacts