mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
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:
@@ -223,7 +223,7 @@
|
||||
<a href="/overview/quickstart/" style="color:white;font-weight:300;">Quickstart Guide</a>
|
||||
<p> </p>
|
||||
<h4>Using Homebrew?</h4>
|
||||
<pre><code>brew install hugo</code></pre>
|
||||
<pre><code>brew update && brew install hugo</code></pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user