diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-10 04:24:51 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-10 04:24:51 +0000 |
commit | 87c1a89443308690d7c22bcf5e648ca15d7d4e8d (patch) | |
tree | d1235f0b0484d4655fdd24c768a9fdc971c35a2c /doc/install.mdwn | |
parent | 627c20808a311cb0250bf8e15fd0e9b0cbfc0ba5 (diff) | |
download | ikiwiki-87c1a89443308690d7c22bcf5e648ca15d7d4e8d.tar ikiwiki-87c1a89443308690d7c22bcf5e648ca15d7d4e8d.tar.gz |
suggest running make test as part of install
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r-- | doc/install.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
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. |