From 22f4b7a44efbe700828d52faa9aa1c2cbd09e43b Mon Sep 17 00:00:00 2001 From: Michael Henderson Date: Tue, 18 Jul 2017 10:34:36 -0600 Subject: [PATCH] Add example of starting up the local server --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b67a1974a..2d25da31d 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,15 @@ Or if you already have a clone locally: ```bash git submodule update --init ``` -Also note that the documentation version for a given version of Hugo can also be found in the `/docs` sub-folder of the [Hugo source repository](https://github.com/gohugoio/hugo). \ No newline at end of file +Also note that the documentation version for a given version of Hugo can also be found in the `/docs` sub-folder of the [Hugo source repository](https://github.com/gohugoio/hugo). + +Then to view the docs in your browser, run Hugo and open up the link: +```bash +hugo serve +Started building sites ... +. +. +Serving pages from memory +Web Server is available at http://localhost:1313/ (bind address 127.0.0.1) +Press Ctrl+C to stop +```