diff --git a/README.md b/README.md index 4dd982c..1795ca5 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ First install development packages for `capnproto (version 0.7.0 or newer)`, `ra git clone https://github.com/ohwgiles/laminar.git cd laminar cmake . -make -j4 +make -j$(nproc) sudo make install ``` Note that by default, installing with `(c)make` will overwrite your existing configuration, binary, and unit files. Make backups!