diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +raps2 - "Right, another password store" take two + +Requires: + * perl version 5.10 or newer + * Crypt::CBC + * Crypt::Eksblowfish + * File::Path + * File::Slurp + +Installation: + +> perl Build.PL +> ./Build +> sudo ./Build install + +You can then run 'man raps2' for more information. + + +You may also run './Build test'. This will require the Test::More, +Test::Compile and Test::Pod modules. |