diff --git a/src/getting-started.md b/src/getting-started.md index b478f23..f3a90b3 100644 --- a/src/getting-started.md +++ b/src/getting-started.md @@ -87,8 +87,9 @@ Next, compile the template provider. You can accelerate the process by using mul ```bash make clean ./autogen.sh && ./configure -nproc # find out how many cores are available on your CPU -make -j # replace the result of nproc here +make -j "$(nproc)" # on linux +# or +make -j "$(sysctl -n hw.physicalcpu)" # on macOS ``` Edit the `bitcoin.conf` file by adding: