summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-06-14 22:54:39 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-06-14 22:54:39 +0200
commit3ea8bf369dd252756b0e20966c5deaf4c617b3b6 (patch)
tree0450a09a3354d5acb80e86bcb392f0f8ad90867b
parentae5cd1f7885c063aeede9c508c702b3440dbd47d (diff)
Add README
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..a57fdeb
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+comirror is an automated mirrorer for webcomics and image gallerys.
+
+Requires:
+ * perl >= 5.10
+ * WWW::Mechanize
+
+For testing:
+ * Test::Cmd
+ * Test::Compile
+ * Test::More
+ * Test::Pod
+
+Installation:
+> make
+> make test # optional
+> sudo make install