Merge pull request #11 from ch4ot1c/mac-installation

Mac installation: nproc -> sysctl
This commit is contained in:
Rhett Creighton 2017-12-28 00:39:52 -06:00 committed by GitHub
commit 6a93b29e33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ brew install gcc5 --without-multilib
Install
```{r, engine='bash'}
# Build
./zcutil/build-mac.sh -j$(nproc)
./zcutil/build-mac.sh -j$(sysctl -n hw.physicalcpu)
# fetch key
./zcutil/fetch-params.sh
# Run