-
Notifications
You must be signed in to change notification settings - Fork 119
Installation
Bjoern Weidlich edited this page Jul 30, 2024
·
25 revisions
Run this from the command line:
go install github.com/tmrts/boilr@latest
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
environment variable is configured (see official docs for instructions) and your PATH
includes $GOPATH/bin
.
Then use the following command
go install github.com/tmrts/boilr@latest
The binary will be installed into $GOPATH/bin
.