aboutsummaryrefslogtreecommitdiff
path: root/doc/forum
diff options
context:
space:
mode:
authorqazwsx <qazwsx@web>2017-05-21 19:22:54 -0400
committeradmin <admin@branchable.com>2017-05-21 19:22:54 -0400
commitaeb931738780f7b7bddd5c65af94cb7dffe7e51a (patch)
tree41b8a0baa6650cda3d0f556d3d7c39b64f7c9e51 /doc/forum
parentdbb06580d58640d7f1ce88c40cab1861bd0ed7f7 (diff)
downloadikiwiki-aeb931738780f7b7bddd5c65af94cb7dffe7e51a.tar
ikiwiki-aeb931738780f7b7bddd5c65af94cb7dffe7e51a.tar.gz
Diffstat (limited to 'doc/forum')
-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?