From e191efe89d2e382e55204d5bae5ffd25052a714d Mon Sep 17 00:00:00 2001 From: Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com> Date: Thu, 15 Jan 2026 08:10:05 +0000 Subject: [PATCH] fix(apps/config-merger): Update readme to tell the user how to get the actual file (#24413) --- apps/config-merger/python/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/config-merger/python/README.md b/apps/config-merger/python/README.md index bdbe408a7..8692bee5c 100644 --- a/apps/config-merger/python/README.md +++ b/apps/config-merger/python/README.md @@ -20,6 +20,8 @@ This tool compares your existing configuration files (`.conf`) with the latest d ## How to Use +There are two ways to use this. You can either copy this file directly to your `/configs` folder, or enable `TOOL_CONFIG_MERGER` in CMake. Upon compiling your core, the file will be generated in the same location as your `/configs` folder. + ### Interactive Mode (Default) 1. **Run the script** in your configs directory: