aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-01 14:04:49 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-01 14:04:49 -0200
commit76d0fabcaee4b8a6bdf8c00df45b1813b87e22f2 (patch)
tree0c649197fac9671a38ec8e05ae7719acd5c35d59 /README
parent7a9567d76454217955e643953da37f31fe760185 (diff)
downloadkeyringer-76d0fabcaee4b8a6bdf8c00df45b1813b87e22f2.tar.gz
keyringer-76d0fabcaee4b8a6bdf8c00df45b1813b87e22f2.tar.bz2
Adding git backend and init code; fixing decrypt behavior
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 6 insertions, 11 deletions
diff --git a/README b/README
index 59d4512..c2799b0 100644
--- a/README
+++ b/README
@@ -10,11 +10,11 @@ Requirements
Keyringer needs:
- - Bash - http://tiswww.case.edu/php/chet/bash/bashtop.html
- - Git - http://git-scm.com
- - GNU Privacy Guard - http://gnupg.org
- - OpenSSL - http://www.openssl.org
- - Grep, awk, tail, cut, sed and other GNU tools
+ - Ruby
+ - Rubygems and the following gems:
+ - git
+ - gpgme
+ - parseconfig
Installation
------------
@@ -217,7 +217,7 @@ There are lots of things that can be enhanced, like:
- Hidden recipient support (including recipients file).
- - Rewrite using an object-oriented programming language?
+ - Rewrite using an object-oriented programming language.
- Tab completion subcommand support for popular shells like bash.
@@ -229,8 +229,3 @@ There are lots of things that can be enhanced, like:
- List available subommands.
-Development
------------
-
-Developers needed! :)
-