From: François Boulogne Date: Fri, 18 Dec 2015 19:05:26 +0000 (-0500) Subject: enhance install procedure X-Git-Url: https://git.g-eek.se/?a=commitdiff_plain;h=327012b9dab6a522bbdcce799d01a459137a7fcb;p=ikiwiki-pandoc.git enhance install procedure --- diff --git a/README.md b/README.md index d9b7f48..e6352a9 100644 --- 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