From d1c47cf15e297ce0e059eadf83561725edfe6e68 Mon Sep 17 00:00:00 2001 From: onryo Date: Sun, 18 Jul 2021 03:25:28 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e83ffff..0b7581d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# initial set up +# Initial set up This page describes all requried steps to run a HSC, mostly a copy-paste from: @@ -6,7 +6,7 @@ https://git.hush.is/hush/hsc-creator/src/branch/master/docs.md and https://hush. 2 static IPs are needed, we can use `sudo ufw allow from IP2` on a first node and `sudo ufw allow from IP1` on a second node to make sure servers can ping each other. To verify use `ping IP2` and `ping IP1` -# install hush3 +# Install hush3 ``` sudo apt-get install build-essential pkg-config libc6-dev m4 g++-multilib \ @@ -20,7 +20,7 @@ cd hush3 cd src ``` -# using tmux +# Use of tmux `sudo apt install tmux -y` @@ -30,7 +30,7 @@ We do not want to lose our process and break our chain. So we can run the follow it is better to have more than 2 nodes, I have 2 free servers to run nodes on, so it can be 4 already -# running the HSC +# Running a HSC From your NODE1 run: