diff --git a/README.md b/README.md index 1db40377..14e9287b 100644 --- a/README.md +++ b/README.md @@ -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.