Browse Source

Merge pull request 'Update README.md' (#1) from gilardh/integration:main into main

Reviewed-on: #1
pull/4/head
jahway603 4 years ago
parent
commit
c193d8e4f7
  1. 10
      README.md

10
README.md

@ -5,19 +5,19 @@ 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
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
./build.sh -j4 #4 for use 4 cores
```
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

Loading…
Cancel
Save