Browse Source

Update git clone URLs

pull/5/head
Duke Leto 3 years ago
parent
commit
4e29908001
  1. 4
      INSTALL.md

4
INSTALL.md

@ -36,7 +36,7 @@ sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib \
autoconf libtool ncurses-dev unzip git python zlib1g-dev wget \ autoconf libtool ncurses-dev unzip git python zlib1g-dev wget \
bsdmainutils automake curl unzip nano libsodium-dev bsdmainutils automake curl unzip nano libsodium-dev
# pull # pull
git clone https://github.com/MyHush/hush3.git git clone https://git.hush.is/hush/hush3
cd hush3 cd hush3
# Build # Build
./build.sh -j$(nproc) ./build.sh -j$(nproc)
@ -61,7 +61,7 @@ Downloading Git source repo, building and running Hush:
```sh ```sh
# pull # pull
git clone https://github.com/MyHush/hush3.git git clone https://git.hush.is/hush/hush3
cd hush cd hush
# Build # Build
./build-win.sh -j$(nproc) ./build-win.sh -j$(nproc)

Loading…
Cancel
Save