Update git clone URLs

This commit is contained in:
Duke Leto
2020-11-21 06:01:33 -05:00
parent e858615880
commit 4e29908001

View File

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