diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/release.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/release.html b/docs/release.html index cc9e83ec..5c37e50b 100644 --- a/docs/release.html +++ b/docs/release.html @@ -26,8 +26,17 @@ <b>Download the key</b>: <a href="libreboot.asc">libreboot.asc</a>. </p> <p> + Import the key as follows:<br/> + $ <b>gpg --import < libreboot.asc</b> + </p> + <p> You should also be able to find it on a key server. Note: the above key is not for email. It is only for verifying the release archives. </p> + <p> + You can verify the downloaded archives as follows:<br/> + $ <b>gpg --verify libreboot_src.tar.xz.sig</b><br/> + $ <b>gpg --verify libreboot_bin.tar.xz.sig</b> + </p> <h2>Old Releases</h2> <p> |