Browse Source

Update cross-compile on Linux INSTALL.md for Windows

mvstuff
onryo 3 months ago
parent
commit
63fc690ca3
  1. 4
      INSTALL.md

4
INSTALL.md

@ -105,9 +105,9 @@ Downloading Git source repo, building and running Hush:
```sh ```sh
# pull # pull
git clone https://git.hush.is/hush/hush3 git clone https://git.hush.is/hush/hush3
cd hush cd hush3
# Build # Build
./build-win.sh -j$(nproc) ./util/build-win.sh -j$(nproc)
# Run a HUSH node # Run a HUSH node
./src/hushd ./src/hushd
``` ```

Loading…
Cancel
Save