File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -114,11 +114,11 @@ documentation of the latest stable version.
114
114
115
115
### Verifying Binaries
116
116
117
- Current, LTS and Nightly download directories all contain a _ SHASUM256 .txt_
117
+ Current, LTS and Nightly download directories all contain a _ SHASUMS256 .txt_
118
118
file that lists the SHA checksums for each file available for
119
119
download.
120
120
121
- The _ SHASUM256 .txt_ can be downloaded using curl.
121
+ The _ SHASUMS256 .txt_ can be downloaded using curl.
122
122
123
123
``` console
124
124
$ curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt
@@ -135,10 +135,10 @@ _(Where "node-vx.y.z.tar.gz" is the name of the file you have
135
135
downloaded)_
136
136
137
137
Additionally, Current and LTS releases (not Nightlies) have GPG signed
138
- copies of SHASUM256 .txt files available as SHASUM256 .txt.asc. You can use
138
+ copies of SHASUMS256 .txt files available as SHASUMS256 .txt.asc. You can use
139
139
` gpg ` to verify that the file has not been tampered with.
140
140
141
- To verify a SHASUM256 .txt.asc, you will first need to import all of
141
+ To verify a SHASUMS256 .txt.asc, you will first need to import all of
142
142
the GPG keys of individuals authorized to create releases. They are
143
143
listed at the bottom of this README under [ Release Team] ( #release-team ) .
144
144
Use a command such as this to import the keys:
You can’t perform that action at this time.
0 commit comments