diff options
author | Klement Tan <klementtan@gmail.com> | 2021-05-13 20:15:59 +0800 |
---|---|---|
committer | Klement Tan <klementtan@gmail.com> | 2021-05-14 08:45:27 +0800 |
commit | 07bc22ef105dee3c6c465a3ef31e52fd198e786d (patch) | |
tree | eb57468d7d98bd9f707dabe304263e5816064309 /doc/build-freebsd.md | |
parent | eb9a1fe03779bf05062b70f14190cb23ff42b46f (diff) |
docs: improve make with parallel jobs description.
Diffstat (limited to 'doc/build-freebsd.md')
-rw-r--r-- | doc/build-freebsd.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-freebsd.md b/doc/build-freebsd.md index 18ea84c579..da2ab61c2a 100644 --- a/doc/build-freebsd.md +++ b/doc/build-freebsd.md @@ -124,6 +124,6 @@ This explicitly enables the GUI and disables legacy wallet support. If `qt5` is **Important**: Use `gmake` (the non-GNU `make` will exit with an error). ```bash -gmake # use -jX here for parallelism +gmake # use "-j N" for N parallel jobs gmake check # Run tests if Python 3 is available ``` |