fix "git submodule update" for any submodules may not been checked out
This commit is contained in:
parent
6744907303
commit
f2318c83c1
|
@ -68,7 +68,7 @@ Please note the `--recurse-submodules` parameter. This is required to fetch sub-
|
|||
Without this, Cxbx-Reloaded will fail to build.
|
||||
|
||||
If Cxbx-Reloaded was previously checked out without the submodules, they can be updated/fetched with the following command:
|
||||
`git submodule update --recurse-submodules`
|
||||
`git submodule update --init --recursive`
|
||||
|
||||
### Compiling
|
||||
Please note that Debug builds are significantly slower, but may help diagnose a problematic title.
|
||||
|
|
Loading…
Reference in New Issue