switch bundle to discount, and mention it in install

master
Joey Hess 2012-01-01 17:40:50 -04:00
parent aa2ba8ad9a
commit 335ffd0676
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,7 @@ perl -MCPAN -e 'install Bundle::IkiWiki'
=head1 CONTENTS
Text::Markdown
Text::Markdown::Discount
HTML::Scrubber
HTML::Template
HTML::Parser

View File

@ -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.