From f2318c83c1499da3b6d069e951a88660d3468e93 Mon Sep 17 00:00:00 2001 From: RadWolfie Date: Sat, 25 May 2019 12:07:17 -0500 Subject: [PATCH] fix "git submodule update" for any submodules may not been checked out --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c5006198..271c08a6c 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Please note the `--recurse-submodules` parameter. This is required to fetch sub- Without this, Cxbx-Reloaded will fail to build. If Cxbx-Reloaded was previously checked out without the submodules, they can be updated/fetched with the following command: -`git submodule update --recurse-submodules` +`git submodule update --init --recursive` ### Compiling Please note that Debug builds are significantly slower, but may help diagnose a problematic title.