doc: add copy about how to curl SHA256.txt
authorMyles Borins <mborins@us.ibm.com>
Fri, 8 Apr 2016 18:08:23 +0000 (14:08 -0400)
committerMyles Borins <mborins@us.ibm.com>
Mon, 11 Apr 2016 16:44:26 +0000 (12:44 -0400)
commitc91f3d897a5549edd2b7c4ff82e5e78a1b071de5
tree75c5c956b4c0482b7b8f4266d7bdb35f74a9a4d6
parentf9cf232284e7e9d8f88902f732550dc8d817fcc1
doc: add copy about how to curl SHA256.txt

Currently we include instructions on how to check the sha of a
downloaded tar-ball, but do not include instruction on how to
get the `SHA256.txt` file. This has led to confusion with people
thinking that the SHA256.txt is included in that tarball.

This commit includes instructions on how to use curl to download the
`SHA256.txt` prior to the instructions on how to verify the sha.

Refs: https://github.com/nodejs/help/issues/113
Refs: https://github.com/nodejs/help/issues/137
PR-URL: https://github.com/nodejs/node/pull/6120
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
README.md