From 09b2e922aaadfa51ef84a77338d8dacfa80c6a11 Mon Sep 17 00:00:00 2001 From: gilardh Date: Mon, 16 Nov 2020 23:17:39 +0000 Subject: [PATCH] Replace github link to git link 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c07d97..fe3d546 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ On Ubuntu/Linux systems, you can install Hush from [source](https://git.hush.is/ 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 -git clone https://github.com/MyHush/hush3.git +git clone https://git.hush.is/hush/hush3.git cd hush3 ./build.sh -j4 ```