aboutsummaryrefslogtreecommitdiff
path: root/doc/install.mdwn
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawlASRUX9jg2piT1lge4KkBU_ZGty6tvM5c <Alex@web>2014-07-24 00:48:33 +0000
committerGravatar admin <admin@branchable.com>2014-07-24 00:48:33 +0000
commit83b0d84d94c72f0d19b09ace48bc875232ed820c (patch)
tree83edfb4af3de3b80c799155fca2565011cafe602 /doc/install.mdwn
parentde268ee61d11475d91c2b0f6c001798cfb8dfd53 (diff)
added gpg instructions
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r--doc/install.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn
index 4c2712855..493fdea58 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