From 752f065bfacae91d005732cd87f0b1e2d47f9e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 23 Jul 2017 23:20:37 +0200 Subject: [PATCH] Fix server command in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eba081c96..c482ff630 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,10 @@ 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). Then to view the docs in your browser, run Hugo and open up the link: + ```bash -hugo serve +▶ hugo server + Started building sites ... . .