aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-05-29 18:15:26 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-05-29 18:15:26 +1200
commit29a8bf7ded16831c0bea9532dbb63cff93ff4958 (patch)
treed82b275dd7ec4688c5be53bea07f4f2517511caf
parentUse Digest::MD5 instead, one less binary (diff)
downloadclubber-29a8bf7ded16831c0bea9532dbb63cff93ff4958.tar.gz
clubber-29a8bf7ded16831c0bea9532dbb63cff93ff4958.zip
Remove md5sum requirement
-rw-r--r--README.markdown8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index 13d5e6e..d702078 100644
--- a/README.markdown
+++ b/README.markdown
@@ -2,9 +2,11 @@ Clubber
=======
Clubber is a Perl script to make forming `chroot` environments less of a task
-that makes you want to cry and kill yourself. It requires `ldd` and `md5sum`,
-and should be run interactively as `root`, *never* as an automated or
-unattended task.
+that makes you want to cry and kill yourself. It requires `ldd`. It should be
+run interactively as `root`, *never* as an automated or unattended task.
+
+A list of the Perl modules required is at the top of the script; they're all
+reasonably standard, and are probably on your system already.
Usage
-----