From ef991bac72b6739bf945f8b7b70533dbeb8b177b Mon Sep 17 00:00:00 2001 From: Dev_Ranger <30966416+DevRanger@users.noreply.github.com> Date: Sat, 22 Mar 2025 16:47:34 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 476ff73..ca4d742 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The DDC software requires the library dependancies below. Generally, the softwar ### Build Instructions -1. Clone the repository. `git clone https://github.com/DVMProject/dvmconsole.git` +1. Clone the repository. `git clone --recurse-submodules https://github.com/DVMProject/dvmconsole.git` 2. Switch into the "dvmconsole" folder. 3. Open the "dvmconsole.sln" with Visual Studio. 4. Select "x86" as the CPU type.