summaryrefslogtreecommitdiffstats
path: root/docs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index eba081c96..c482ff630 100644
--- a/docs/README.md
+++ b/docs/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 ...
.
.