From 03e41f42c66a1b3ce4af31ea5a38b1b1782db2c2 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Fri, 10 May 2024 22:07:56 +0300 Subject: [PATCH] note on parallel clone --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf3684d2..0ce7d09e 100644 --- a/README.md +++ b/README.md @@ -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** ```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 ```shell