From f60183e0f4d95432b55926817ff9a32ebbaf6713 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 4 Mar 2011 11:33:48 +0100 Subject: Change README --- README | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'README') diff --git a/README b/README index ecd6652..7f95dc2 100644 --- a/README +++ b/README @@ -1,20 +1,30 @@ raps2 - "Right, another password store" take two +------------------------------------------------ + +* + +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. -- cgit v1.2.3