From 48234cddc94a4e76891fcd2500687a78b8463ba3 Mon Sep 17 00:00:00 2001 From: Adam Forsyth Date: Mon, 17 May 2021 19:19:25 -0500 Subject: [PATCH] Update index.html Remove `and install` where it was unnecessary. --- claim/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/claim/index.html b/claim/index.html index c1ccb3f..690d3ab 100644 --- a/claim/index.html +++ b/claim/index.html @@ -104,8 +104,8 @@

Extract hsd, hs-client, and hs-airdrop: tar xvf hs*

You may also verify the asc file if desired.

Install

-

In one window, change into the hsd directory and install cd hsd-*/hsd and then run npm install --production

. -

In a second window, change into the hs-client directory and install cd hs-client-*/hs-client and then run npm install --production

+

In one window, change into the hsd directory cd hsd-*/hsd and then run npm install --production

. +

In a second window, change into the hs-client directory cd hs-client-*/hs-client and then run npm install --production

Run hsd

hsd is the handshake fullnode and will sync with the network

To connect, in the first window run: ./bin/hsd --log-level info