From 6cd3c9ecfad60839dad1c0848ec73597599ecf9c Mon Sep 17 00:00:00 2001 From: Zopolis4 <64618338+Zopolis4@users.noreply.github.com> Date: Fri, 8 Apr 2022 20:55:18 +1000 Subject: [PATCH] update cloning process --- Building-for-Linux.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 8426e89..754a9a3 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -17,12 +17,7 @@ sudo apt install git cmake ffmpeg libavcodec-dev libevdev-dev libusb-1.0-0-dev l ``` ## 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) +`git clone --recursive https://github.com/dolphin-emu/dolphin.git && cd dolphin` ## Building ### Global Build (if unsure, use this option)