-
Notifications
You must be signed in to change notification settings - Fork 118
Installation
Tamer Tas edited this page Aug 14, 2016
·
25 revisions
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
.
You can find the latest binary releases here. Grab the one the suits your architecture and operating system and start using it.
Make sure you have setup a Go >=1.6 development environment and the $GOPATH
is set.
Then use the following command
go get github.com/tmrts/boilr
The binary will be installed into $GOPATH/bin
.