From: joey Date: Thu, 10 Aug 2006 04:24:51 +0000 (+0000) Subject: suggest running make test as part of install X-Git-Tag: 1.17~6 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/87c1a89443308690d7c22bcf5e648ca15d7d4e8d suggest running make test as part of install --- diff --git a/doc/install.mdwn b/doc/install.mdwn index 49153c0d0..d34de92b1 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -15,6 +15,7 @@ required perl modules are installed, then run: perl Makefile.PL make + make test # optional make install See [[download]] for where to get it.