Release v1.0.8
Installation Instructions
Using the Binary
Download the binary for your platform from the releases page and add it to your PATH.
Example for Linux
wget https://github.com/TurkNet/consul-io/releases/download/v1.0.8/consul-io-linux-amd64
chmod +x consul-io-linux-amd64
sudo mv consul-io-linux-amd64 /usr/local/bin/consul-io
Example for macOS
wget https://github.com/TurkNet/consul-io/releases/download/v1.0.8/consul-io-darwin-amd64
chmod +x consul-io-darwin-amd64
sudo mv consul-io-darwin-amd64 /usr/local/bin/consul-io
Example for Windows
Download the binary from the releases page and add it to your PATH.