added gpg instructions
This commit is contained in:
parent
46fec9c1ce
commit
a42d2a6e4b
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue