mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
tell people how git pull works
parent
754b032584
commit
1018cfcf29
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue