add info about make serve target
authorChristian Pointner <equinox@realraum.at>
Thu, 17 Dec 2015 23:11:33 +0000 (00:11 +0100)
committerChristian Pointner <equinox@realraum.at>
Thu, 17 Dec 2015 23:11:33 +0000 (00:11 +0100)
doc/index.mdwn

index 463ea96..5a87d46 100644 (file)
@@ -11,4 +11,6 @@ This documentation is meant to:
 ## How to build the documentation
 
 The documentation can be built locally using the provided
-  `ikiwiki.setup` settings, simply by calling `make`.
+  `ikiwiki.setup` settings, simply by calling `make`. By
+  calling `make serve` a small webserver will be started
+  on `*:8000` which will serve the wiki directly.