From: LegendaryGuard Date: Sun, 25 Apr 2021 19:08:20 +0000 (+0000) Subject: Change git submodule command, trying to avoid possible mistakes X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=018b080e30ad95f3fa61b4c41e83e02c539825e2;p=xonotic%2Fxonotic.wiki.git Change git submodule command, trying to avoid possible mistakes --- 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.