added gpg instructions

This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawlASRUX9jg2piT1lge4KkBU_ZGty6tvM5c 2014-07-24 00:48:33 +00:00 committed by admin
parent 46fec9c1ce
commit a42d2a6e4b

View file

@ -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