Update index.html

Remove `and install` where it was unnecessary.
pull/12/head
Adam Forsyth 2021-05-17 19:19:25 -05:00 committed by GitHub
parent b80fd82112
commit 48234cddc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -104,8 +104,8 @@
<p>Extract hsd, hs-client, and hs-airdrop: <b>tar xvf hs*</b></p> <p>Extract hsd, hs-client, and hs-airdrop: <b>tar xvf hs*</b></p>
<p>You may also verify the asc file if desired.</p> <p>You may also verify the asc file if desired.</p>
<h2>Install</h2> <h2>Install</h2>
<p>In one window, change into the hsd directory and install <b>cd hsd-*/hsd</b> and then run <b>npm install --production</b></p>. <p>In one window, change into the hsd directory <b>cd hsd-*/hsd</b> and then run <b>npm install --production</b></p>.
<p>In a second window, change into the hs-client directory and install <b>cd hs-client-*/hs-client</b> and then run <b>npm install --production</b></p> <p>In a second window, change into the hs-client directory <b>cd hs-client-*/hs-client</b> and then run <b>npm install --production</b></p>
<h2>Run hsd</h2> <h2>Run hsd</h2>
<p>hsd is the handshake fullnode and will sync with the network</p> <p>hsd is the handshake fullnode and will sync with the network</p>
<p>To connect, in the first window run: <b>./bin/hsd --log-level info</b></p> <p>To connect, in the first window run: <b>./bin/hsd --log-level info</b></p>