diff --git a/docs/content/overview/installing.md b/docs/content/overview/installing.md index 825ff76e0..1ae80682d 100644 --- a/docs/content/overview/installing.md +++ b/docs/content/overview/installing.md @@ -25,9 +25,12 @@ Once downloaded it can be run from anywhere. You don't need to install it into a global location. This works well for shared hosts and other systems where you don't have a privileged account. -Ideally you should install it somewhere in your path for easy use. `/usr/local/bin` +Ideally you should install it somewhere in your path for easy use. `/usr/local/bin` is the most probable location. +If you have [Homebrew](http://brew.sh), installation is even easier. Just run +`brew install hugo`. + ### Installing Pygments (optional) The Hugo executable has one *optional* external dependency for source code highlighting (Pygments). diff --git a/docs/layouts/index.html b/docs/layouts/index.html index 23367cf04..83bb72e8c 100755 --- a/docs/layouts/index.html +++ b/docs/layouts/index.html @@ -29,7 +29,7 @@
Docs - Download + Download Community Github
@@ -111,7 +111,7 @@ Organize your content however you want with any URL structure. Declare your own content types. Define your own meta data in YAML, TOML or JSON. - Use indexes to group your content however you want. + Use indexes to group your content however you want. Best of all this is all done with virtually no configuration, Hugo just works. @@ -211,6 +211,7 @@

Get Started Today!

+
brew install hugo
Download Documentation
@@ -218,7 +219,6 @@
-