From 63fc690ca35655b0e7c267417021ea828a43142d Mon Sep 17 00:00:00 2001 From: onryo Date: Tue, 5 Mar 2024 17:51:45 +0000 Subject: [PATCH] Update cross-compile on Linux INSTALL.md for Windows --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 51edd9fdb..76b8f2730 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -105,9 +105,9 @@ Downloading Git source repo, building and running Hush: ```sh # pull git clone https://git.hush.is/hush/hush3 -cd hush +cd hush3 # Build -./build-win.sh -j$(nproc) +./util/build-win.sh -j$(nproc) # Run a HUSH node ./src/hushd ```