Update README.md to add a note about submodules

This commit is contained in:
otavepto 2023-12-28 22:53:03 +02:00 committed by GitHub
parent f9cb481855
commit d2256f0643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,11 @@ You can find instructions here: [README.release.md](./post_build/README.release.
git clone --recurse-submodules https://github.com/otavepto/gbe_fork.git git clone --recurse-submodules https://github.com/otavepto/gbe_fork.git
``` ```
It is adviseable to always checkout submodules every now and then, to make sure they're up to date
```bash
git submodule update --recursive --remote
```
--- ---
# **Building dependencies** # **Building dependencies**