From 8a09d239f8caf6b5c74feba18f5a7c4a0f7c0906 Mon Sep 17 00:00:00 2001 From: pytimer Date: Tue, 25 Jun 2019 23:26:36 +0800 Subject: [PATCH] Using hugo extended version when locally using Hugo in README.md (#15078) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59f1eedd2d..27fd3ddde0 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Open up your browser to http://localhost:1313 to view the website. As you make c ## Running the website locally using Hugo -See the [official Hugo documentation](https://gohugo.io/getting-started/installing/) for Hugo installation instructions. Make sure to install the Hugo version specified by the `HUGO_VERSION` environment variable in the [`netlify.toml`](netlify.toml#L9) file. +See the [official Hugo documentation](https://gohugo.io/getting-started/installing/) for Hugo installation instructions. Make sure to install the Hugo extended version specified by the `HUGO_VERSION` environment variable in the [`netlify.toml`](netlify.toml#L9) file. To run the website locally when you have Hugo installed: