From 57693484dfdbbbf8450014d3f07dacc8668ab2cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81oskot?= Date: Fri, 8 Jun 2018 12:11:22 +0200 Subject: [PATCH] Suggest use of --jobs N for git commands where applicable [ci skip] --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6e59414b3..517a2fb3a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,7 @@ The preparation involves the following steps: 2. Run `bootstrap` to build `b2` driver program for Boost.Build engine. ```shell - git clone --recursive https://github.com/boostorg/boost.git + git clone --recursive --jobs 8 https://github.com/boostorg/boost.git cd boost git checkout develop ./bootstrap.sh @@ -92,7 +92,7 @@ git clean -xfd git submodule foreach --recursive git clean -xfd git reset --hard git submodule foreach --recursive git reset --hard -git submodule update --init --recursive +git submodule update --init --recursive --jobs 8 ``` ### 2. Checkout Boost.GIL development branch