mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 15:54:44 -04:00
Remove "brew update" from install page
Closes rdwatters/hugo-docs-concept#115
This commit is contained in:
parent
ac57a388df
commit
801ab9f59e
@ -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" %}}
|
||||
```bash
|
||||
brew update && brew install hugo
|
||||
brew install hugo
|
||||
```
|
||||
{{% /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`
|
||||
|
||||
Whenever installing with Homebrew, it's a good idea to update the formulae and Homebrew itself by running the update command:
|
||||
|
||||
{{% code file="update-brew.sh" %}}
|
||||
```bash
|
||||
brew update
|
||||
```
|
||||
{{% /code %}}
|
||||
|
||||
You can then install Hugo using `brew`:
|
||||
Installing Hugo using `brew` is as easy as the following:
|
||||
|
||||
{{% code file="install-brew.sh" %}}
|
||||
```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
|
||||
######################################################################### 100.0%
|
||||
==> 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" %}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user