From a73c945f4554111f7f7a0baa24fe6012669b3693 Mon Sep 17 00:00:00 2001 From: "Tessa L. H. Lovelace" Date: Sun, 30 Jun 2019 06:44:34 -0700 Subject: [PATCH] A less arbitrary `make -j` flag value. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!