diff --git a/docs/content/overview/installing.md b/docs/content/overview/installing.md index d756ff166..c0ea27ab2 100644 --- a/docs/content/overview/installing.md +++ b/docs/content/overview/installing.md @@ -35,7 +35,7 @@ Ideally, you should install it somewhere in your `PATH` for easy use. `/usr/local/bin` is the most probable location. On OS X, if you have [Homebrew](http://brew.sh/), installation is even -easier: just run `brew install hugo`. +easier: just run `brew update && brew install hugo`. For a more detailed explanation follow the corresponding installation guides: diff --git a/docs/content/tutorials/installing-on-mac.md b/docs/content/tutorials/installing-on-mac.md index 1f03f9324..eff453e03 100644 --- a/docs/content/tutorials/installing-on-mac.md +++ b/docs/content/tutorials/installing-on-mac.md @@ -59,10 +59,16 @@ When I did this, I had some problems with directory permissions. Searches on Goo ### Step 2: Run the `brew` command to install `hugo` -Replace `brew install hugo` with `brew install hugo --HEAD` if you -want the absolute latest version—there might be bugs! +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% @@ -70,9 +76,13 @@ $ brew install hugo 🍺 /usr/local/Cellar/hugo/0.13_1: 4 files, 14M ``` +(Note: Replace `brew install hugo` with `brew install hugo --HEAD` +if you want the absolute latest version in development, +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: -``` +```bash $ # show the location of the hugo executable $ which hugo /usr/local/bin/hugo diff --git a/docs/layouts/index.html b/docs/layouts/index.html index bf4a307e8..cc819b41e 100644 --- a/docs/layouts/index.html +++ b/docs/layouts/index.html @@ -223,7 +223,7 @@ Quickstart Guide

 

Using Homebrew?

-
brew install hugo
+
brew update && brew install hugo
diff --git a/docs/static/css/HPstyles.css b/docs/static/css/HPstyles.css index 50d7a2944..f8526d9dd 100644 --- a/docs/static/css/HPstyles.css +++ b/docs/static/css/HPstyles.css @@ -205,7 +205,6 @@ i.callout-icon:hover { color: #545454; } #action code { - font-family: Lato, monospace; font-size: 14pt; }