]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/install.mdwn
format
[ikiwiki.git] / doc / install.mdwn
index d2b6b8833fd61720bc8f24a7202685032a88895b..d34de92b14e50a6c5baeef7ddcb97bee54e6fd54 100644 (file)
@@ -6,11 +6,16 @@ installed, and also uses the following perl modules if available:
 `HTML::Template` `Mail::SendMail` `Time::Duration` `Date::Parse`,
 `HTML::Scrubber`, `RPC::XML`, `XML::Simple`, `XML::Feed`
 
+If you're installing MarkDown by hand, note that it should be installed as
+`Markdown.pm` somewhere in perl's module search path, or alternately as
+`/usr/bin/markdown`. Ikiwiki will find it under either name.
+
 If you want to install from the tarball, you should make sure that the
 required perl modules are installed, then run:
 
         perl Makefile.PL
         make
+       make test # optional
         make install
 
 See [[download]] for where to get it.