Remove "brew update" from install page

Closes rdwatters/hugo-docs-concept#115
This commit is contained in:
Ryan Watters 2017-05-24 13:52:34 -05:00
parent ac57a388df
commit 801ab9f59e
2 changed files with 5 additions and 13 deletions

View File

@ -44,7 +44,7 @@ If you are on macOS and using [Homebrew][brew], you can install Hugo with the fo
{{% code file="install-with-homebrew.sh" %}} {{% code file="install-with-homebrew.sh" %}}
```bash ```bash
brew update && brew install hugo brew install hugo
``` ```
{{% /code %}} {{% /code %}}
@ -134,15 +134,7 @@ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/
#### Step 2: Run the `brew` Command to Install `hugo` #### Step 2: Run the `brew` Command to Install `hugo`
Whenever installing with Homebrew, it's a good idea to update the formulae and Homebrew itself by running the update command: Installing Hugo using `brew` is as easy as the following:
{{% code file="update-brew.sh" %}}
```bash
brew update
```
{{% /code %}}
You can then install Hugo using `brew`:
{{% code file="install-brew.sh" %}} {{% code file="install-brew.sh" %}}
```bash ```bash
@ -156,7 +148,7 @@ If Homebrew is working properly, you should see something similar to the followi
==> Downloading https://homebrew.bintray.com/bottles/hugo-0.13_1.yosemite.bottle.tar.gz ==> Downloading https://homebrew.bintray.com/bottles/hugo-0.13_1.yosemite.bottle.tar.gz
######################################################################### 100.0% ######################################################################### 100.0%
==> Pouring hugo-0.13_1.yosemite.bottle.tar.gz ==> Pouring hugo-0.13_1.yosemite.bottle.tar.gz
🍺 /usr/local/Cellar/hugo/0.13_1: 4 files, 14M 🍺 /usr/local/Cellar/hugo/0.21: 32 files, 17.4MB
``` ```
{{% note "Installing the Latest Hugo with Brew" %}} {{% note "Installing the Latest Hugo with Brew" %}}