Update cross-compile on Linux INSTALL.md for Windows

This commit is contained in:
onryo
2024-03-05 17:51:45 +00:00
parent 9b1c0ac1b5
commit 63fc690ca3

View File

@@ -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
```