From 8a1ca9850fab2cbc74973369e5fc4cd4f774f978 Mon Sep 17 00:00:00 2001
From: Martijn Vermaat <martijn@vermaat.name>
Date: Mon, 14 Jul 2014 08:29:10 +0200
Subject: [PATCH] Document serving slides on external IP address

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 6d98b6b..03220fc 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,12 @@ this argument:
 
     --ServePostProcessor.open_in_browser=False
 
+To serve on another IP address than the default 127.0.0.1, use the `ip`
+configuration of the serve postprocessing. For example, to listen on all IP
+addresses:
+
+    --ServePostProcessor.ip=0.0.0.0
+
 By default, the reveal.js library is loaded over the internet from a CDN. I
 think it's usually not a good idea to rely on internet connectivity for your
 slides, so you can also place a copy of reveal.js on your local computer and
-- 
GitLab