docs: add submodule clone hint to build instructions

This commit is contained in:
itsRevela
2026-04-30 10:50:45 -05:00
parent bddcc13bff
commit e4005d6b76

View File

@@ -543,7 +543,8 @@ Persistent files are bind-mounted to host:
## Build & Run
1. Install [Visual Studio 2022](https://aka.ms/vs/17/release/vs_community.exe) or [newer](https://visualstudio.microsoft.com/downloads/).
2. Clone the repository.
2. Clone the repository with submodules. If you don't, you will get a build error!
- `git clone --recurse-submodules https://github.com/itsRevela/LCE-Revelations.git`
3. Open the project folder from Visual Studio.
4. Set the build configuration to **Windows64 - Debug** (Release is also ok but missing some debug features), then build and run.