From b15f028926b9a985cebcccc19eb21dc5fc0ae0c9 Mon Sep 17 00:00:00 2001 From: Maximilian Downey Twiss <64618338+Zopolis4@users.noreply.github.com> Date: Mon, 4 Jul 2022 23:02:31 +1000 Subject: [PATCH] Updated Building for Linux (markdown) --- Building-for-Linux.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 0068808..18fb648 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -22,12 +22,9 @@ crew install git cmake qtbase ffmpeg libfmt pugixml ``` ## Checkout Dolphin -1. Create a directory to store Dolphin in -2. `cd` into that directory -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) +1. `git clone https://github.com/dolphin-emu/dolphin` +2. `cd dolphin` +3. `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 (if unsure, use this option)