From 6bd61a6b78a1502c15676542f20af9a05d4e5e3e Mon Sep 17 00:00:00 2001 From: IChooseYou Date: Tue, 10 Feb 2026 11:19:30 -0700 Subject: [PATCH] Fix indentation in README build instructions --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8492a6c..289c51e 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ State: Plugin system is partially implemented. Some UI bugs exist. MCP server ha 2. Quick Build (relies on powershell| for manual build skip to step 3) - git clone --recurse-submodules https://github.com/IChooseYou/ReclassX.git - cd ReclassX - .\scripts\build_qscintilla.ps1 - .\scripts\build.ps1 - ^ script above tries to autodetect Qt install (as we learned not everyone installs to C:/Qt/) + git clone --recurse-submodules https://github.com/IChooseYou/ReclassX.git + cd ReclassX + .\scripts\build_qscintilla.ps1 + .\scripts\build.ps1 + ^ script above tries to autodetect Qt install (as we learned not everyone installs to C:/Qt/) 3. Manual Build