]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
(no commit message)
authorqazwsx <qazwsx@web>
Sun, 21 May 2017 23:22:54 +0000 (19:22 -0400)
committeradmin <admin@branchable.com>
Sun, 21 May 2017 23:22:54 +0000 (19:22 -0400)
doc/forum/How_to_install_Text:Multimarkdown__63__.mdwn [new file with mode: 0644]

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 (file)
index 0000000..553caed
--- /dev/null
@@ -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?