switch bundle to discount, and mention it in install
parent
aa2ba8ad9a
commit
335ffd0676
|
@ -16,7 +16,7 @@ perl -MCPAN -e 'install Bundle::IkiWiki'
|
||||||
|
|
||||||
=head1 CONTENTS
|
=head1 CONTENTS
|
||||||
|
|
||||||
Text::Markdown
|
Text::Markdown::Discount
|
||||||
HTML::Scrubber
|
HTML::Scrubber
|
||||||
HTML::Template
|
HTML::Template
|
||||||
HTML::Parser
|
HTML::Parser
|
||||||
|
|
|
@ -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
|
It's recommended you have a C compiler, as ikiwiki uses one to build
|
||||||
wrappers.
|
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]]
|
[[!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
|
perl modules be installed. It can also use a lot of other perl modules, if
|
||||||
they are available.
|
they are available.
|
||||||
|
|
Loading…
Reference in New Issue