Skip to content

Commit 37352ce

Browse files
adriancuadradoaduh95
authored andcommitted
doc: changed the command used to verify SHASUMS256
PR-URL: #55420 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent 0f1d13e commit 37352ce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,10 @@ To download `SHASUMS256.txt` using `curl`:
104104
curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt
105105
```
106106

107-
To check that a downloaded file matches the checksum, run
108-
it through `sha256sum` with a command such as:
107+
To check that downloaded files match the checksum, use `sha256sum`:
109108

110109
```bash
111-
grep node-vx.y.z.tar.gz SHASUMS256.txt | sha256sum -c -
110+
sha256sum -c SHASUMS256.txt --ignore-missing
112111
```
113112

114113
For Current and LTS, the GPG detached signature of `SHASUMS256.txt` is in

0 commit comments

Comments
 (0)