aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/forum/How_to_install_Text:Multimarkdown__63__.mdwn19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/forum/How_to_install_Text:Multimarkdown__63__.mdwn b/doc/forum/How_to_install_Text:Multimarkdown__63__.mdwn
new file mode 100644
index 000000000..553caed6f
--- /dev/null
+++ b/doc/forum/How_to_install_Text:Multimarkdown__63__.mdwn
@@ -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?