Update how to run Hugo locally (#16982)

This commit is contained in:
Zach Corleissen 2019-10-23 08:26:19 -07:00 committed by Kubernetes Prow Robot
parent 228ac01c84
commit b894856e8e
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ serve it locally.
Alternatively, you can install and use the `hugo` command on your development machine:
1. [Install Hugo](https://gohugo.io/getting-started/installing/) version {{< hugoVersion >}} or later.
1. Install the [Hugo](https://gohugo.io/getting-started/installing/) version specified in [`website/netlify.toml`](https://raw.githubusercontent.com/kubernetes/website/master/netlify.toml).
2. In a terminal, go to the root directory of your clone of the Kubernetes
docs, and enter this command: