Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #12041 from bemug/master
readme: Add '--recursive' to git submodule command
  • Loading branch information
AdmiralCurtiss committed Jul 12, 2023
2 parents 423c7c5 + ad3b8b6 commit 7f40c6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Expand Up @@ -46,7 +46,7 @@ installed when building.

Make sure to pull submodules before building:
```sh
git submodule update --init
git submodule update --init --recursive
```

The "Release" solution configuration includes performance optimizations for the best user experience but complicates debugging Dolphin.
Expand All @@ -63,7 +63,7 @@ to install any missing packages yourself. You may refer to the [wiki](https://gi

Make sure to pull submodules before building:
```sh
git submodule update --init
git submodule update --init --recursive
```

### macOS Build Steps:
Expand Down Expand Up @@ -128,7 +128,7 @@ Android dev environment set up, see [AndroidSetup.md](AndroidSetup.md).

Make sure to pull submodules before building:
```sh
git submodule update --init
git submodule update --init --recursive
```

If using Android Studio, import the Gradle project located in `./Source/Android`.
Expand Down

0 comments on commit 7f40c6f

Please sign in to comment.