File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -116,10 +116,10 @@ _docs_ subdirectory. Version-specific documentation is also at
116
116
117
117
### Verifying Binaries
118
118
119
- Download directories contain a ` SHASUMS256.txt ` file with SHA checksums for the
119
+ Download directories contain a SHASUMS256.txt file with SHA checksums for the
120
120
files.
121
121
122
- To download ` SHASUMS256.txt ` using ` curl ` :
122
+ To download SHASUMS256.txt using ` curl ` :
123
123
124
124
``` console
125
125
$ curl -O https://nodejs.org/dist/vx.y.z/SHASUMS256.txt
@@ -132,9 +132,15 @@ it through `sha256sum` with a command such as:
132
132
$ grep node-vx.y.z.tar.gz SHASUMS256.txt | sha256sum -c -
133
133
```
134
134
135
+ <<<<<<< HEAD
135
136
For Current and LTS, the GPG detached signature of ` SHASUMS256.txt ` is in
136
137
` SHASUMS256.txt.sig ` . You can use it with ` gpg ` to verify the integrity of
137
138
` SHASUM256.txt ` . You will first need to import all the GPG keys of individuals
139
+ =======
140
+ For Current and LTS, the GPG detached signature of SHASUMS256.txt is in
141
+ SHASUMS256.txt.sig. You can use it with ` gpg ` to verify the integrity of
142
+ SHASUM256.txt. You will first need to import all the GPG keys of individuals
143
+ >>>>>>> doc: improve instructions for verifying binaries
138
144
authorized to create releases. They are at the bottom of this README under
139
145
[ Release Team] ( #release-team ) . To import the keys:
140
146
You can’t perform that action at this time.
0 commit comments