-
Notifications
You must be signed in to change notification settings - Fork 9
Installation
Ilyes edited this page Aug 2, 2018
·
4 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.
brew tap Ilyes512/boilr
brew install Ilyes512/boilr/boilr
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
.