From 642f3681ca8bc1bdd8e788887a5a9291b37184de Mon Sep 17 00:00:00 2001 From: Pejvan Date: Tue, 17 Jul 2018 13:08:54 +0200 Subject: [PATCH] Update README.md updated to use parenthesis as suggested by @bitcartel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccae854ab..3b3345a5e 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Building -------- Build Zcash along with most dependencies from source by running -``./zcutil/build.sh -j`nproc` ``. Currently only Linux is officially supported. +``./zcutil/build.sh -j$(nproc) ``. Currently only Linux is officially supported. License -------