]> git.g-eek.se Git - ikiwiki-pandoc.git/commitdiff
enhance install procedure
authorFrançois Boulogne <fboulogne sciunto org>
Fri, 18 Dec 2015 19:05:26 +0000 (14:05 -0500)
committerFrançois Boulogne <fboulogne sciunto org>
Fri, 18 Dec 2015 19:05:26 +0000 (14:05 -0500)
README.md

index d9b7f4886094b1d6f42dac37b5ef7f28165657bb..e6352a9b4de60d6b8b27031d056562f2c9b6c8b1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -33,6 +33,12 @@ Install
     # (4) Activate module:
     #     add 'pandoc' to `add_plugins` list in your *.setup file
 
+    # (5) Refresh your *.setup file and rebuild your wiki:
+    # Between those two commands, you may want to tweek some options.
+    #
+    ikiwiki --changesetup *.setup
+    ikiwiki --rebuild --setup *.setup
+
 **Note:** If you want to put mathematics markup into your pages or blog entries, you are likely to run into problems with the `smiley` plugin, so you should probably disable it by adding it to the `disable_plugins` list in your `*.setup` file.
 
 ## Options