From: Christian Pointner Date: Thu, 17 Dec 2015 23:11:33 +0000 (+0100) Subject: add info about make serve target X-Git-Url: https://git.realraum.at/?p=noc.git;a=commitdiff_plain;h=34e9113f0e45f9d6511336caae78ad53ea365406 add info about make serve target --- diff --git a/doc/index.mdwn b/doc/index.mdwn index 463ea96..5a87d46 100644 --- a/doc/index.mdwn +++ b/doc/index.mdwn @@ -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.