From 39820e2f14532ba49949a11b19fc94ce07223a43 Mon Sep 17 00:00:00 2001 From: budparr Date: Wed, 19 Jul 2017 09:11:28 -0400 Subject: [PATCH] Change installation example to be consistent with the documentation docs: https://gohugo.io/getting-started/installing/#install-hugo-with-brew From this commit: https://github.com/gohugoio/hugoDocs/commit/d4f7985f05a934509a9a6a7fac36ce5e07b969d3 Signed-off-by: budparr --- layouts/partials/home-page-sections/installation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/home-page-sections/installation.html b/layouts/partials/home-page-sections/installation.html index 7e88740c..56f8e169 100644 --- a/layouts/partials/home-page-sections/installation.html +++ b/layouts/partials/home-page-sections/installation.html @@ -16,7 +16,7 @@

Install in seconds, build in milliseconds.

Mac OS

- $ brew update && brew install hugo
+ $ brew install hugo

Windows