Skip to content
  • Rafael Kitover's avatar
    installdeps: use -j$(nproc) not -j8 in info #146 · 1a27f813
    Rafael Kitover authored
    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.
    1a27f813