Update README.md

updated to use parenthesis as suggested by @bitcartel
This commit is contained in:
Pejvan
2018-07-17 13:08:54 +02:00
committed by GitHub
parent 295ff63464
commit 642f3681ca

View File

@@ -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
-------