From b894856e8ef3dd62c601112800bfbb8958adc15f Mon Sep 17 00:00:00 2001 From: Zach Corleissen Date: Wed, 23 Oct 2019 08:26:19 -0700 Subject: [PATCH] Update how to run Hugo locally (#16982) --- content/en/docs/contribute/intermediate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/contribute/intermediate.md b/content/en/docs/contribute/intermediate.md index a7719a43da..e114250e57 100644 --- a/content/en/docs/contribute/intermediate.md +++ b/content/en/docs/contribute/intermediate.md @@ -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: