Skip to content

Commit

Permalink
docs(README): clarify filename for local config file
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Jan 16, 2024
1 parent b6683bc commit 5582ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ This is useful if you don't want a super long CLI command and your configs do no

There are multiple default locations where the config file will be searched for, in this order (once found it will not look for the config file in the other locations):
1. The path specified via the --config-file CLI option
2. In the same folder as the red_oxide executable
2. `./red_oxide.config.json` (In the same folder as the red_oxide executable)
3. `%APPDATA%/red_oxide/red_oxide.config.json` (only on Windows)
4. `$XDG_CONFIG_HOME/red_oxide/red_oxide.config.json`
5. `HOME/.config/red_oxide/red_oxide.config.json`
Expand Down

0 comments on commit 5582ec0

Please sign in to comment.