diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-03-04 11:33:48 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-03-04 11:33:48 +0100 |
commit | f60183e0f4d95432b55926817ff9a32ebbaf6713 (patch) | |
tree | 1a8e021ec273ef36f94a0fa23e60eb69abc4d1d5 /README | |
parent | b92e8e284037dfce4759e2f6380cfb2f962058a2 (diff) |
Change README
Diffstat (limited to 'README')
-rw-r--r-- | README | 24 |
1 files changed, 17 insertions, 7 deletions
@@ -1,20 +1,30 @@ raps2 - "Right, another password store" take two +------------------------------------------------ + +* <http://derf.homelinux.org/projects/raps2> + +Dependencies +------------ -Requires: * perl version 5.10 or newer * Crypt::CBC * Crypt::Eksblowfish * File::Path * File::Slurp -Installation: +Installation +------------ -> perl Build.PL -> ./Build -> sudo ./Build install +$ perl Build.PL +$ perl Build +$ sudo perl Build install You can then run 'man raps2' for more information. +Testing +------- + +$ perl Build test -You may also run './Build test'. This will require the Test::More, -Test::Compile and Test::Pod modules. +Note that this will require the Test::More, Test::Compile and Test::Pod +modules. |