diff --git a/claim/index.html b/claim/index.html index 3e10df3..7b5ed86 100644 --- a/claim/index.html +++ b/claim/index.html @@ -101,7 +101,7 @@
Next, install node-gyp: npm install node-gyp
Download hsd, hs-client, and hs-airdrop from https://handshake.org/download/. If downloaded from github, the directory structure is slightly different (hsd-2.4.0/hsd should be replaced with just hsd in these instructions).
-Extract hsd, hs-client, and hs-airdrop: tar xvf hs*
+Extract hsd, hs-client, and hs-airdrop: ls hs*.gz |xargs -n1 tar -xzf
You may also verify the asc file if desired.
In one window, change into the hsd directory cd hsd-*/hsd and then run npm install --production
.