From 5582ec008790fa2fd3d683fbb8007a27eae8a605 Mon Sep 17 00:00:00 2001 From: Yukine Date: Tue, 16 Jan 2024 14:57:31 +0100 Subject: [PATCH] docs(README): clarify filename for local config file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dddb30..e8b7da4 100644 --- a/README.md +++ b/README.md @@ -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`