From 183ba46995a7fd90fad94a7cdfa20bbae1b031e6 Mon Sep 17 00:00:00 2001 From: cobalt2727 <60624944+cobalt2727@users.noreply.github.com> Date: Mon, 26 Jul 2021 10:12:22 -0500 Subject: [PATCH] fix fatal typo --- Building-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 198fb18..4f105d5 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -24,7 +24,7 @@ You can reinstall them after Dolphin builds successfully if you like. 2. `cd` into that directory 3. `git clone https://github.com/dolphin-emu/dolphin .` 4. Wait for the checkout to finish -5. `git submodule init --update Externals/mGBA` (as of July 2021, Dolphin integrates mGBA, this step is needed to pull it into the build) +5. `git submodule update --init Externals/mGBA` (as of July 2021, Dolphin integrates mGBA, this step is needed to pull it into the build) ## Building ### Global Build