From 922594e29ff55c3204aa0a92845c08005ea2c9fc Mon Sep 17 00:00:00 2001 From: Herman Schaaf Date: Wed, 17 Aug 2016 19:32:48 +0800 Subject: [PATCH] Update readme with instructions to run dev server --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f807944..bb8d753 100644 --- a/README.md +++ b/README.md @@ -22,17 +22,22 @@ make install Now run ``` -make start +make start-dev ``` and you should see ``` -Running on 127.0.0.1:8080... +Running on 127.0.0.1:8000... ``` Navigate to that URL in your browser and check that you can see the front page. +When running the site in a production environment, instead of `make start-dev`, run: + +``` +make start +``` ### Contributing