summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-05-09 11:34:59 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-05-09 11:34:59 +0200
commite75f9dd601133c9b4bfb60e8e6796819ccb944ad (patch)
treed6a25578ca6dbafc2127391d1d1dc38993179b6d /README
parenteb8e62b333f5330a54c88dd6061607b0760ae82a (diff)
Update test notes in README
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index 7ca5ea8..f1f8c00 100644
--- a/README
+++ b/README
@@ -11,8 +11,10 @@ variables instead of editing it. E.g.:
CFLAGS='-g -Os' make
export DESTDIR=/tmp/feh PREFIX=/usr; make && make install
-If you are using the git version, you can run a few non-interactive tests with
-"make test". This will require mdocml and perl with Test::Command.
+If you want to run a few non-interactive tests, use "make test". This will
+require a standard perl distribution (especially the "prove" script) and the
+Test::Command module. If mdocml is installed, it will be used to check the
+manual syntax, otherwise that test will be skipped.
What is feh?