diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-01 17:40:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-01 17:40:50 -0400 |
commit | 335ffd06763dffa7de733f0e45304edcc7249f87 (patch) | |
tree | 6927c16b5418fd11fb7c825cff0e59539f15349a /doc | |
parent | aa2ba8ad9a92d0c8fc59201675b789d6d302f4d7 (diff) | |
download | ikiwiki-335ffd06763dffa7de733f0e45304edcc7249f87.tar ikiwiki-335ffd06763dffa7de733f0e45304edcc7249f87.tar.gz |
switch bundle to discount, and mention it in install
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index f38ae2aab..9c5d5939b 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -11,7 +11,8 @@ Ikiwiki is a perl program, and needs a recent version of perl such as It's recommended you have a C compiler, as ikiwiki uses one to build wrappers. -Ikiwiki requires the [[!cpan Text::Markdown]], [[!cpan URI]], +Ikiwiki requires the [[!cpan Text::Markdown::Discount]] (or +[[!cpan Text::Markdown]]), [[!cpan URI]], [[!cpan HTML::Parser]], [[!cpan HTML::Template]], and [[!cpan HTML::Scrubber]] perl modules be installed. It can also use a lot of other perl modules, if they are available. |