diff --git a/Building-for-Linux.md b/Building-for-Linux.md index db0747e..5743db8 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -28,16 +28,9 @@ crew install xorg_nouveau_driver ``` ## Checkout Dolphin -1. `git clone https://github.com/dolphin-emu/dolphin` +1. `git clone --recursive https://github.com/dolphin-emu/dolphin` 2. `cd dolphin` -## Add necessary submodules -1. `git submodule update --init Externals/mGBA` -2. `git submodule update --init Externals/spirv_cross` -3. `git submodule update --init Externals/zlib-ng` -4. `git submodule update --init Externals/libspng` -5. `git pull --recurse-submodules` - ## Building ### Global Build (if unsure, use this option) ```bash