๐ฅ Installation
You can install the pre-compiled binary from releases, packages, use Docker or compile from the source.
Here are the steps for each of them:
๐ Mac OS
Download one of releases
brew install helmwave/tap/helmwave
๐ง Linux
Download one of releases
wget -c https://github.com/helmwave/helmwave/releases/download/0.9.1/helmwave_0.9.1_linux_amd64.tar.gz -O - | tar -xz
mv helmwave /usr/local/bin/
๐ช Windows
Download one of releases
Install with go get
GO111MODULE=on go get github.com/helmwave/helmwave/cmd/helmwave@0.9.1
Compile from source
git clone git@github.com:helmwave/helmwave.git
cd helmwave
go build ./cmd/helmwave
mv helmwave /usr/local/bin/
Install with marcosnils/bin
bin install github.com/helmwave/helmwave
Run as a container
docker run diamon/helmwave
docker run --entrypoint=ash -it --rm --name helmwave diamon/helmwave