fix "git submodule update" for any submodules may not been checked out

This commit is contained in:
RadWolfie 2019-05-25 12:07:17 -05:00
parent 6744907303
commit f2318c83c1
1 changed files with 1 additions and 1 deletions

View File

@ -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.