Skip to content

Commit

Permalink
Correct GPG verification instructions. Fixes #981
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Sep 19, 2024
1 parent 728209d commit be826a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/download.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ include(`header.html.in')dnl
</p>
<pre>
gpg --keyserver pgp.mit.edu --recv-keys BCDB295F74319F1A
gpg --verify `nvc-'__version`.tar.gz'
gpg --verify `nvc-'__version`.tar.gz.sig'
</pre>
<p>
Refer to the <a href="readme.html#installing">README</a> for
Expand Down

0 comments on commit be826a9

Please sign in to comment.