qazwsx 2017-05-21 19:22:54 -04:00 committed by admin
parent dbb06580d5
commit aeb9317387
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,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?