Docs: Run "brew update" before "brew install hugo"

Remind user to always run "brew update" first in order to avoid
repeated bug reports from users who didn't do that.

See #824, #1067, #1537, #1633 and #1749
This commit is contained in:
Anthony Fok
2016-01-04 23:36:57 -07:00
parent 9ff36c5a8f
commit 851c16ef3b
4 changed files with 15 additions and 6 deletions

View File

@@ -223,7 +223,7 @@
<a href="/overview/quickstart/" style="color:white;font-weight:300;">Quickstart Guide</a>
<p>&nbsp;</p>
<h4>Using Homebrew?</h4>
<pre><code>brew install hugo</code></pre>
<pre><code>brew update &amp;&amp; brew install hugo</code></pre>
</div>
</div>
</div>