Skip to content

Installation

Ilyes edited this page Aug 2, 2018 · 4 revisions

Install Script

Download the latest version of install script, which is also included in every release, and run it to install the boilr binary. The boilr binary will be installed to ~/bin/boilr.

Binary Release

You can find the latest binary releases here. Grab the one the suits your architecture and operating system and start using it.

Homebrew (MacOS)

brew tap Ilyes512/boilr
brew install Ilyes512/boilr/boilr

Building from Source

Make sure you have setup a Go >=1.7 development environment and the GOPATH environment variable is configured (see official docs for instructions) and your PATH includes $GOPATH/bin.

Then use the following command

go get github.com/Ilyes512/boilr

The binary will be installed into $GOPATH/bin.