docs: Delete `brew update` from docs
authorAlbert Nigmatzianov <albertnigma@gmail.com>
Wed, 24 May 2017 16:57:27 +0000 (18:57 +0200)
committerAlbert Nigmatzianov <albertnigma@gmail.com>
Thu, 25 May 2017 11:31:38 +0000 (13:31 +0200)
Fix #3518

docs/content/overview/installing.md
docs/content/tutorials/installing-on-mac.md
docs/layouts/index.html

index 337c45adfa348ad0efdab722383a91409861a7fe..0ab8b03ee3160eb9ca29438b4f857df095e0c83d 100644 (file)
@@ -37,7 +37,7 @@ Ideally, you should install it somewhere in your `PATH` for easy use.
 `/usr/local/bin` is the most probable location.
 
 On macOS, if you have [Homebrew](http://brew.sh/), installation is even
-easier: just run `brew update && brew install hugo`.
+easier: just run `brew install hugo`.
 
 For a more detailed explanation follow the corresponding installation guides:
 
index f7cb9a7454a73c101f1328a659ddc3d1114dbc4a..ce3a8b74ce09543fe136e1a5945c931bff5b0028 100644 (file)
@@ -60,26 +60,22 @@ When I did this, I had some problems with directory permissions. Searches on Goo
 
 ### Step 2: Run the `brew` command to install `hugo`
 
-First, update the formulae and Homebrew itself by running:
-
-```bash
-$ brew update
-```
-
-Then, install Hugo using Homebrew by running:
-
-
 ```bash
 $ brew install hugo
-==> 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
+==> Downloading https://homebrew.bintray.com/bottles/hugo-0.21.sierra.bottle.tar.gz
+######################################################################## 100,0%
+==> Pouring hugo-0.21.sierra.bottle.tar.gz
+==> Using the sandbox
+==> Caveats
+Bash completion has been installed to:
+  /usr/local/etc/bash_completion.d
+==> Summary
+🍺  /usr/local/Cellar/hugo/0.21: 32 files, 17.4MB
 ```
 
 (Note: Replace `brew install hugo` with `brew install hugo --HEAD`
 if you want the absolute latest version in development,
-but bewarethere might be bugs!)
+but beware — there might be bugs!)
 
 `Brew` should have updated your path to include Hugo. Confirm by opening a new terminal window and running a few commands:
 
index 9ddf4a8741f3ff32bc661615498fec8845d38a3a..484c6a1d8dc82332b2ba3c1059f8eb0cd7735f15 100644 (file)
                 </a>
                 <p>&nbsp;</p>
                 <h4>Using Homebrew?</h4>
-                <pre><code>brew update &amp;&amp; brew install hugo</code></pre>
+                <pre><code>brew install hugo</code></pre>
               </div>
             </div>
             {{ "<!--row end-->" | safeHTML }}