Browse Source

Update build instructions

danger
Duke Leto 4 years ago
parent
commit
8c0faf62ef
No known key found for this signature in database GPG Key ID: 56F84467ABDA4780
  1. 6
      INSTALL.md
  2. 2
      README.md

6
INSTALL.md

@ -39,7 +39,7 @@ sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib \
git clone https://github.com/MyHush/hush3.git git clone https://github.com/MyHush/hush3.git
cd hush3 cd hush3
# Build # Build
./zcutil/build.sh -j$(nproc) ./build.sh -j$(nproc)
``` ```
## Run a HUSH Node ## Run a HUSH Node
@ -63,10 +63,8 @@ Downloading Git source repo, building and running Hush:
# pull # pull
git clone https://github.com/MyHush/hush3.git git clone https://github.com/MyHush/hush3.git
cd hush cd hush
# fetch key
./zcutil/fetch-params.sh
# Build # Build
./zcutil/build-win.sh -j$(nproc) ./build-win.sh -j$(nproc)
# Run a HUSH node # Run a HUSH node
./src/hushd ./src/hushd
``` ```

2
README.md

@ -1,4 +1,4 @@
# HUSH 3 # HUSH
## What is HUSH? ## What is HUSH?

Loading…
Cancel
Save