diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-04 20:01:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-04 20:01:55 -0300 |
commit | cf01cc3e9766fc2a8b7a594c9dd5358508b1f78f (patch) | |
tree | aee11aa0d1a69974c3c45c45b41317aa3bde6eee | |
parent | 4a10c77cac58cf76242d61f52be83cc651e38aa0 (diff) | |
download | keyringer-cf01cc3e9766fc2a8b7a594c9dd5358508b1f78f.tar.gz keyringer-cf01cc3e9766fc2a8b7a594c9dd5358508b1f78f.tar.bz2 |
Moving requirements to the end
-rw-r--r-- | index.mdwn | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -7,20 +7,6 @@ commands to encrypt, decrypt, recrypt, create key pairs, etc. - Issue tracker: [https://keyringer.sarava.org/trac](https://keyringer.sarava.org/trac) - Contact: rhatto at riseup.net -Requirements ------------- - -Keyringer needs: - - - [Bash](http://tiswww.case.edu/php/chet/bash/bashtop.html) - - [Git](http://git-scm.com) - - [GNU](Privacy Guard - http://gnupg.org) - - Grep, awk, tail, cut, sed and other GNU tools - -Optional dependencies if you want to manage ssl keys: - - - [OpenSSL](http://www.openssl.org) - Installation ------------ @@ -211,3 +197,17 @@ given key), but it's possible to: - Or to consider an integration with gpg's --hidden-recipient option. +Requirements +------------ + +Keyringer needs: + + - [Bash](http://tiswww.case.edu/php/chet/bash/bashtop.html) + - [Git](http://git-scm.com) + - [GNU](Privacy Guard - http://gnupg.org) + - Grep, awk, tail, cut, sed and other GNU tools + +Optional dependencies if you want to manage ssl keys: + + - [OpenSSL](http://www.openssl.org) + |