From 1e1b6aaa0befd86c0d3fe1609958699812b3fdc2 Mon Sep 17 00:00:00 2001 From: Emmett Date: Sun, 14 Aug 2022 11:05:07 -0700 Subject: [PATCH] Update Docker.md submodule note (#730) * Update Docker.md Changed note to recursively update git submodules, otherwise would lead users into #728 --- Docker.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Docker.md b/Docker.md index 7d5f7bc6..54d0ce19 100644 --- a/Docker.md +++ b/Docker.md @@ -25,8 +25,7 @@ **NOTE #4**: Make sure to run the following in the repo root directory after cloning so submodules are also downloaded. ``` -git submodule init -git submodule update +git submodule update --init --recursive ``` **NOTE #5**: If DarkflameSetup fails due to not having cdclient.fdb, rename CDClient.fdb (in the same folder) to cdclient.fdb