docs: improve make with parallel jobs description.

This commit is contained in:
Klement Tan
2021-05-13 20:15:59 +08:00
parent eb9a1fe037
commit 07bc22ef10
6 changed files with 6 additions and 6 deletions

View File

@ -20,7 +20,7 @@ To Build
```bash
./autogen.sh
./configure
make
make # use "-j N" for N parallel jobs
make install # optional
```