note on parallel clone

This commit is contained in:
otavepto 2024-05-10 22:07:56 +03:00
parent e83e08c945
commit 03e41f42c6

View File

@ -55,8 +55,9 @@ You can also find instructions here in [README.release.md](./post_build/README.r
Clone the repo and its submodules **recursively** Clone the repo and its submodules **recursively**
```shell ```shell
git clone --recurse-submodules https://github.com/otavepto/gbe_fork.git git clone --recurse-submodules -j8 https://github.com/otavepto/gbe_fork.git
``` ```
The switch `-j8` is optional, it allows Git to fetch up to 8 submodules
It is adviseable to always checkout submodules every now and then, to make sure they're up to date It is adviseable to always checkout submodules every now and then, to make sure they're up to date
```shell ```shell