summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-03-04 08:18:09 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-03-04 08:18:09 +0100
commitb92e8e284037dfce4759e2f6380cfb2f962058a2 (patch)
treeade1d94f3cba5f5b54de74f2be6de997cf2b2f04 /README
parentc10460c491ceceec9a46b580afc73d7b9f040b37 (diff)
Add COPYING / Changelog / README
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..ecd6652
--- /dev/null
+++ b/README
@@ -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.