README: fix submodules update command.

This commit is contained in:
Maxim Poliakovski 2020-11-22 00:17:09 +01:00 committed by GitHub
parent f417df0630
commit 7be6cb30ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ At least, a C++ compiler and [CMake](https://cmake.org) are required.
You will also have to recursive clone or run
```
git submodules --update
git submodule update --init --recursive
```
This is because the CubeB module is not included by default. All other components are already included in the thirdparty folder and compiled along with the rest of DingusPPC.