diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-01-26 17:17:43 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-01-26 17:17:43 +0000 |
commit | 5319c8e87e7a0545addff3da8e52036f1e15810d (patch) | |
tree | 3a9fdafcaeb38f1bb40c27ddf6f753c068972897 /docs/release.html | |
parent | 4f415160d95493457a3c8def085c07a6effa6712 (diff) | |
download | librebootfr-5319c8e87e7a0545addff3da8e52036f1e15810d.tar.gz librebootfr-5319c8e87e7a0545addff3da8e52036f1e15810d.zip |
docs/release.html: Add notes about how to use GPG.
Diffstat (limited to 'docs/release.html')
-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> |