From a42d2a6e4bf61b5d1db901d2034c4e05e8495e1e Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawlASRUX9jg2piT1lge4KkBU_ZGty6tvM5c" Date: Thu, 24 Jul 2014 00:48:33 +0000 Subject: [PATCH] added gpg instructions --- doc/install.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/install.mdwn b/doc/install.mdwn index 4c27128554..493fdea58d 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -19,6 +19,12 @@ detailed instructions | quick install [[Windows]] | [download installer](http://downloads.kitenet.net/git-annex/windows/current/) **alpha** """]] +The downloaded package's integrity can be verified by the public PGP key. On Linux, + + $ wget https://downloads.kitenet.net/git-annex/gpg-pubkey.asc + $ gpg --import gpg-pubey.asc + $ gpg --verify git-annex-standalone-*.tar.gz.sig + ## Using cabal As a haskell package, git-annex can be installed from source pretty easily