Merge pull request #97 from drlellinger/patch-1

Fixed error in README.md/User-specified config.json
This commit is contained in:
Travis Ralston 2020-05-31 18:28:19 -06:00 committed by GitHub
commit 2e907b6e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ User-specified config.json
+ `%APPDATA%\$NAME\config.json` on Windows + `%APPDATA%\$NAME\config.json` on Windows
+ `$XDG_CONFIG_HOME\$NAME\config.json` or `~/.config/$NAME/config.json` on Linux + `$XDG_CONFIG_HOME\$NAME\config.json` or `~/.config/$NAME/config.json` on Linux
+ `~Library/Application Support/$NAME/config.json` on macOS + `~/Library/Application Support/$NAME/config.json` on macOS
In the paths above, `$NAME` is typically `Riot`, unless you use `--profile In the paths above, `$NAME` is typically `Riot`, unless you use `--profile
$PROFILE` in which case it becomes `Riot-$PROFILE`. $PROFILE` in which case it becomes `Riot-$PROFILE`.