diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-14 22:54:39 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-06-14 22:54:39 +0200 |
commit | 3ea8bf369dd252756b0e20966c5deaf4c617b3b6 (patch) | |
tree | 0450a09a3354d5acb80e86bcb392f0f8ad90867b /README | |
parent | ae5cd1f7885c063aeede9c508c702b3440dbd47d (diff) |
Add README
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |