From e560de7453b3f3b7501043182719a27218b6637b Mon Sep 17 00:00:00 2001 From: gilardh Date: Mon, 16 Nov 2020 23:18:16 +0000 Subject: [PATCH] Add info for -j4 explain --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe3d546..dac51f3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib \ bsdmainutils automake curl unzip nano libsodium-dev git clone https://git.hush.is/hush/hush3.git cd hush3 -./build.sh -j4 +./build.sh -j4 #4 for use 4 cores ``` More details can be found [here](https://git.hush.is/hush/hush3/src/branch/master/INSTALL.md)