Hugo homebrew update for OSX

Hey all,

I bumped the OSX homebrew packager manager recipe for hugo to 0.1.2 just now.

brew update
brew install hugo

If you want, you can use this to build hugo from source (e.g. if you want to try out the master release) with brew install -v --HEAD hugo

Enjoy :slight_smile:

1 Like

Awesome.

This should be added to the installation section of the docs—I might do that if I get a moment, but anyone can—and personally I think it’d be a good idea to have it on the main page, as an alternative to downloading the binary. Homebrew is so convenient that I’m more willing to try out a new piece of software if it’s available through brew.

One possibility would be to for the “Download” button on http://gohugo.io not go to the GitHub releases page, but instead to the bottom of the page (“Get Started Today!”) where the multiple installation options could be listed.

I think this is a good idea. I’d love for someone to do this.

OK, here’s an attempt. I had to muck with the index.html template and the CSS, so it might not be to your liking.

1 Like