installdeps: use -j$(nproc) not -j8 in info #146
Replace the hardcoded `make -j8` command in the build instructions with a `-j` parameter that is the number of the host's CPUs minus one. Subtracting 1 is done to reduce chances of overloading the host. If the value is `1`, then don't print the `-j` flag at all.
Please register or sign in to comment