Fix indentation in README build instructions

This commit is contained in:
IChooseYou
2026-02-10 11:19:30 -07:00
committed by sysadmin
parent 60990362a0
commit 6bd61a6b78

View File

@@ -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) 2. Quick Build (relies on powershell| for manual build skip to step 3)
git clone --recurse-submodules https://github.com/IChooseYou/ReclassX.git git clone --recurse-submodules https://github.com/IChooseYou/ReclassX.git
cd ReclassX cd ReclassX
.\scripts\build_qscintilla.ps1 .\scripts\build_qscintilla.ps1
.\scripts\build.ps1 .\scripts\build.ps1
^ script above tries to autodetect Qt install (as we learned not everyone installs to C:/Qt/) ^ script above tries to autodetect Qt install (as we learned not everyone installs to C:/Qt/)
3. Manual Build 3. Manual Build