From 1018cfcf29cf472152b9a961be9e9eaaa6a58422 Mon Sep 17 00:00:00 2001 From: cobalt2727 <60624944+cobalt2727@users.noreply.github.com> Date: Wed, 27 Oct 2021 21:17:13 -0400 Subject: [PATCH] tell people how git pull works --- Building-for-Linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 2357091..0e51fa3 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -25,6 +25,7 @@ You can reinstall them after Dolphin builds successfully if you like. 3. `git clone https://github.com/dolphin-emu/dolphin .` 4. Wait for the checkout to finish 5. `git submodule update --init Externals/mGBA` (as of July 2021, Dolphin integrates mGBA, this step is needed to pull it into the build) +6. `git pull --recurse-submodules` (if you've cloned Dolphin previously in this folder, this line will make sure everything is updated) ## Building ### Global Build