We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nodejs
Learn more about funding links in repositories.
Report abuse
1 parent 8f9c642 commit c1b63e5Copy full SHA for c1b63e5
README.md
@@ -104,11 +104,10 @@ To download `SHASUMS256.txt` using `curl`:
104
curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt
105
```
106
107
-To check that a downloaded file matches the checksum, run
108
-it through `sha256sum` with a command such as:
+To check that downloaded files match the checksum, use `sha256sum`:
109
110
```bash
111
-grep node-vx.y.z.tar.gz SHASUMS256.txt | sha256sum -c -
+sha256sum -c SHASUMS256.txt --ignore-missing
112
113
114
For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in
0 commit comments