From 4e299080013a3ea59721a89d8462ad3346c4da1b Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 21 Nov 2020 06:01:33 -0500 Subject: [PATCH] Update git clone URLs --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 4e2a3325b..0c4095e5c 100644 --- a/INSTALL.md +++ b/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 \ bsdmainutils automake curl unzip nano libsodium-dev # pull -git clone https://github.com/MyHush/hush3.git +git clone https://git.hush.is/hush/hush3 cd hush3 # Build ./build.sh -j$(nproc) @@ -61,7 +61,7 @@ Downloading Git source repo, building and running Hush: ```sh # pull -git clone https://github.com/MyHush/hush3.git +git clone https://git.hush.is/hush/hush3 cd hush # Build ./build-win.sh -j$(nproc)