summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README35
1 files changed, 22 insertions, 13 deletions
diff --git a/README b/README
index ba2badc..89eb0b8 100644
--- a/README
+++ b/README
@@ -1,19 +1,28 @@
-hashl - Hash parts of files, use that for duplicate avoidance
+hashl - Create database with partial file hashes, check if other files are in it
+--------------------------------------------------------------------------------
-Requires:
- - perl version 5.10 or newer
- - The perl modules Digest::SHA and Time::Progress
+* <http://derf.homelinux.org/projects/hashl/>
+
+Dependencies
+------------
+
+ * perl version 5.10 or newer
+ * Digest::SHA
+ * Time::Progress
Installation
+------------
+
+$ perl Build.PL
+$ perl Build
+$ sudo perl Build install
+
+You can then run 'man hashl' for more information.
-> perl Build.PL
-> ./Build
-> ./Build test
-> sudo ./Build install
+Testing
+-------
-See also the Module::Build documentation.
+$ perl Build test
-Extra modules required for testing:
- - Test::Compile
- - Test::More
- - Test::Pod
+Note that this will require the Test::More, Test::Compile and Test::Pod
+modules.