mirror of
https://github.com/rfvgyhn/min-ed-launcher.git
synced 2026-02-04 17:45:42 +00:00
Merge pull request #28 from Kozova1/master
Fix mistake in README.md: Change $XDG_CONFIG_DIR => $XDG_CONFIG_HOME
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user