summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README25
1 files changed, 18 insertions, 7 deletions
diff --git a/README b/README
index a57fdeb..b5381d6 100644
--- a/README
+++ b/README
@@ -1,16 +1,27 @@
-comirror is an automated mirrorer for webcomics and image gallerys.
+comirror - automated mirrorer for webcomics and image gallerys
+--------------------------------------------------------------
+
+Dependencies
+------------
-Requires:
* perl >= 5.10
* WWW::Mechanize
-For testing:
+Installation
+------------
+
+$ perl Build.PL
+$ perl Build
+$ sudo perl Build install
+
+Testing
+-------
+
+Requires:
* Test::Cmd
* Test::Compile
* Test::More
* Test::Pod
-Installation:
-> make
-> make test # optional
-> sudo make install
+Run:
+$ perl Build test