Skip to content
Tamer TAS edited this page May 25, 2016 · 25 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.

Building from the Source Code

Make sure you have setup a Go >=1.5 development environment.

Then use the following command

go install github.com/tmrts/boilr
Clone this wiki locally