README: Use nproc to get cpu core count

This way, make will always use all the available cpu cores.
pull/159/head
Starbeamrainbowlabs 3 years ago committed by Oliver Giles
parent f3a6ba2f4b
commit fe4caa155b

@ -25,7 +25,7 @@ Then compile and install laminar with:
git clone https://github.com/ohwgiles/laminar.git
cd laminar
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
make -j4
make -j "$(nproc)"
# Warning: the following will overwrite an existing /etc/laminar.conf
sudo make install
```

Loading…
Cancel
Save