From f4d9612e6152c4572626c9ae478a9ef65692af84 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Wed, 24 May 2017 13:57:20 -0500 Subject: [PATCH] Update console message in sample code for brew installation --- content/getting-started/installing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/getting-started/installing.md b/content/getting-started/installing.md index 0390c6423..9371e6a46 100644 --- a/content/getting-started/installing.md +++ b/content/getting-started/installing.md @@ -145,9 +145,9 @@ brew install hugo If Homebrew is working properly, you should see something similar to the following: ```sh -==> Downloading https://homebrew.bintray.com/bottles/hugo-0.13_1.yosemite.bottle.tar.gz +==> Downloading https://homebrew.bintray.com/bottles/hugo-0.21.sierra.bottle.tar.gz ######################################################################### 100.0% -==> Pouring hugo-0.13_1.yosemite.bottle.tar.gz +==> Pouring hugo-0.21.sierra.bottle.tar.gz 🍺 /usr/local/Cellar/hugo/0.21: 32 files, 17.4MB ```