From 331617f1cfe411591d9040355433ca381c515ecf Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Mon, 3 Aug 2020 15:25:44 +0700 Subject: [PATCH] README, git clone with parallel jobs --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 65b9b9cbe..e8caccc57 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ directory ``~/pelican-themes``, but yours could be different. Clone the .. code-block:: sh - git clone --recursive https://github.com/getpelican/pelican-themes ~/pelican-themes + git clone --jobs 8 --recursive https://github.com/getpelican/pelican-themes ~/pelican-themes Now you should have your ``pelican-themes`` repository stored at ``~/pelican-themes/``.