From 92c2c5ea08a352d34551b6cca12a601aae114020 Mon Sep 17 00:00:00 2001 From: gilardh Date: Mon, 16 Nov 2020 23:16:52 +0000 Subject: [PATCH 1/3] Replace github link to git link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a72d668..2c07d97 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ will be useful to any service provider adding Hush, such as a Discord Tipbot ser # Installing Hush from source -On Ubuntu/Linux systems, you can install Hush from [source](https://github.com/MyHush/hush3) with these commands: +On Ubuntu/Linux systems, you can install Hush from [source](https://git.hush.is/hush/hush3) with these commands: ``` # install build depedencies @@ -17,7 +17,7 @@ cd hush3 ./build.sh -j4 ``` -More details can be found [here](https://github.com/MyHush/hush3/blob/master/INSTALL.md) +More details can be found [here](https://git.hush.is/hush/hush3/src/branch/master/INSTALL.md) # Installing Hush from a binary @@ -27,7 +27,7 @@ You can also install a binary from an [official release](https://github.com/MyHu # Terminology -We have a document that explains a lot of terminology [here](http://github.com/myhush/terminology) +We have a document that explains a lot of terminology [here](https://git.hush.is/hush/terminology) # Config changes for exchanges and pools From 09b2e922aaadfa51ef84a77338d8dacfa80c6a11 Mon Sep 17 00:00:00 2001 From: gilardh Date: Mon, 16 Nov 2020 23:17:39 +0000 Subject: [PATCH 2/3] 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 ``` From e560de7453b3f3b7501043182719a27218b6637b Mon Sep 17 00:00:00 2001 From: gilardh Date: Mon, 16 Nov 2020 23:18:16 +0000 Subject: [PATCH 3/3] Add info for -j4 explain --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe3d546..dac51f3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib \ bsdmainutils automake curl unzip nano libsodium-dev git clone https://git.hush.is/hush/hush3.git cd hush3 -./build.sh -j4 +./build.sh -j4 #4 for use 4 cores ``` More details can be found [here](https://git.hush.is/hush/hush3/src/branch/master/INSTALL.md)