Skip to content

Commit

Permalink
Fixed MacOS Build Instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewjamesr authored Jan 2, 2018
1 parent 7609f5d commit 36d1d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.ncpu)
# fetch key
./zcutil/fetch-params.sh
# Run
Expand Down

0 comments on commit 36d1d21

Please sign in to comment.