summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-03-04 11:33:48 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-03-04 11:33:48 +0100
commitf60183e0f4d95432b55926817ff9a32ebbaf6713 (patch)
tree1a8e021ec273ef36f94a0fa23e60eb69abc4d1d5
parentb92e8e284037dfce4759e2f6380cfb2f962058a2 (diff)
Change README
-rw-r--r--README24
1 files changed, 17 insertions, 7 deletions
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
+------------------------------------------------
+
+* <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.