From c2996fe0a94c079063c36fe642a26af3d2e5aee6 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 11 Jun 2020 22:10:53 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 046b3e3..8e1438b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You will need the hush3 repo: ``` git clone https://github.com/myhush/hush3 cd hush3 -./zcutil/build.sh -j4 # uses 4 cores +./build.sh -j4 # uses 4 cores cd src ```