Use "--init" and "--recursive" Flag When Updating Submodules

This commit is contained in:
CuriousTommy 2022-11-21 14:01:51 -08:00 committed by GitHub
parent def2fbeb37
commit 41853d2372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,8 +112,7 @@ If you have already cloned Darling and would like to get the latest changes, do
```bash
git lfs install
git pull
git submodule init
git submodule update
git submodule update --init --recursive
```
# Build