From 018b080e30ad95f3fa61b4c41e83e02c539825e2 Mon Sep 17 00:00:00 2001 From: LegendaryGuard Date: Sun, 25 Apr 2021 19:08:20 +0000 Subject: [PATCH] Change git submodule command, trying to avoid possible mistakes --- SMB-modpack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SMB-modpack.md b/SMB-modpack.md index 1802d4b..3f5b064 100644 --- a/SMB-modpack.md +++ b/SMB-modpack.md @@ -22,7 +22,7 @@ It'll update the content where is in the official gamelogic development reposito Inside '_update.sh_', there is a line: -`git submodule update --init --depth 100` +`git submodule update --init --recursive` Means that when you use '_./update.sh_' with this line, the submodule content will be downloaded in your local computer where you've cloned the modpack repository. -- 2.39.2