aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/How_to_install_Text:Multimarkdown__63__.mdwn
blob: 0d64c583dbfc0d8aa7a907c3f0b801c189fb6875 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
The rebuilding command

    ikiwiki --setup mysite.setup --rebuild

issues an error

    multimarkdown is enabled, but Text::MultiMarkdown is not installed

I then tried to install it on macOS using

    brew install multimarkdown

and then

   sudo pkgin -y install multimarkdown

and then rebuilding, but I still get the same error.

Why and how do I fix it?