From f15f32590c06a33736774e7987e2850317b768fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 30 Oct 2020 12:49:51 +0100 Subject: [PATCH] Update index.md --- content/en/news/0.77.0-relnotes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/news/0.77.0-relnotes/index.md b/content/en/news/0.77.0-relnotes/index.md index d416ae503..2493c3a41 100644 --- a/content/en/news/0.77.0-relnotes/index.md +++ b/content/en/news/0.77.0-relnotes/index.md @@ -9,7 +9,7 @@ categories: ["Releases"] Hugo `0.77.0` is a small, but useful release. Some notable updates are: * **time.AsTime** accepts an optional location as second parameter, allowing timezone aware printing of dates. -* You can now build with `hugo install -tags nodeploy` if you don't need the **`hugo deploy`** feature. +* You can now build with `go install -tags nodeploy` if you don't need the **`hugo deploy`** feature. * Remote **`getJSON`** errors can now be ignored by adding `ignoreErrors = ["error-remote-getjson"]` to your site config. There are also several useful **[Hugo Modules](https://gohugo.io/hugo-modules/)** enhancements: