From 07bc22ef105dee3c6c465a3ef31e52fd198e786d Mon Sep 17 00:00:00 2001 From: Klement Tan Date: Thu, 13 May 2021 20:15:59 +0800 Subject: docs: improve make with parallel jobs description. --- doc/build-freebsd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/build-freebsd.md') 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 ``` -- cgit v1.2.3