summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJo-Philipp Wich2016-05-24 16:35:19 +0000
committerJo-Philipp Wich2016-05-24 16:35:19 +0000
commit0f9c2320f791c79de277c7734a7576789cc30153 (patch)
treed2371dddf49213f9004417e14b5c3efbf73e8227
parentc53e1e4c394d6f2ecb711b14530e7189d631ea1f (diff)
downloadweb-0f9c2320f791c79de277c7734a7576789cc30153.tar.gz
Add some little testing instructions
Signed-off-by: Jo-Philipp Wich <jo@wwsnet.net>
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 8c2e09d..4379139 100644
--- a/README
+++ b/README
@@ -16,5 +16,9 @@ If sources are updated to require new jekyll plugins or a changed configuration
then tell someone with access to the web server so that the settings can be
synchronized with those in the tree.
+In order to generate the pages locally for testing your changes,
+install https://jekyllrb.com/, issue "jekyll serve" and navigate to
+http://127.0.0.1:4000/ with your browser.
+
LICENSE is TBD and should be placed in the LICENSE file once decided.