-
Notifications
You must be signed in to change notification settings - Fork 177
Installation
Nick Irvine edited this page Sep 26, 2018
·
14 revisions
We publish apt-get installable .debs on packagecloud.io.
Warning: curling to bash has all the usual caveats. packagecloud has more detailed instructions.
curl -s https://packagecloud.io/install/repositories/segment/chamber/script.deb.sh | sudo bash
apt-get install -y chamber
We publish yum installable .rpms on packagecloud.io.
Warning: curling to bash has all the usual caveats. packagecloud has more detailed instructions.
curl -s https://packagecloud.io/install/repositories/segment/chamber/script.rpm.sh | sudo bash
yum install -y chamber
Our Github release page has binaries.
curl -LOs https://github.com/segmentio/chamber/releases/download/${version}/chamber-${version}-linux-amd64
Our Github release page has binaries.
curl -LOs https://github.com/segmentio/chamber/releases/download/${version}/chamber-${version}-darwin-amd64
If you have a reasonable go development environment set up, you should be able to install using go get -u github.com/segmentio/chamber. We support go get on all currently stable releases of Go.