From bd075c42a13993cf65782b5dd7e8ad233059024f Mon Sep 17 00:00:00 2001 From: teejusb <5017202+teejusb@users.noreply.github.com> Date: Tue, 30 Apr 2024 17:17:16 -0700 Subject: [PATCH] Also add --recursive to the Build/ readme --- Build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/README.md b/Build/README.md index e49b7d3cbe..c0c46383e0 100644 --- a/Build/README.md +++ b/Build/README.md @@ -16,7 +16,7 @@ Make sure you initialize the submodules after cloning the repository. This is re ```sh git clone --depth=1 https://github.com/itgmania/itgmania.git cd itgmania -git submodule update --init +git submodule update --init --recursive ``` After that, you can follow the cmake instructions below to create the build.