Skip to content

Release v1.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 06:24

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-uploader/releases/download/v1.0.5/consul-uploader-linux-amd64
chmod +x consul-uploader-linux-amd64
sudo mv consul-uploader-linux-amd64 /usr/local/bin/consul-uploader

Example for macOS

wget https://github.com/TurkNet/consul-uploader/releases/download/v1.0.5/consul-uploader-darwin-amd64
chmod +x consul-uploader-darwin-amd64
sudo mv consul-uploader-darwin-amd64 /usr/local/bin/consul-uploader

Example for Windows

Download the binary from the releases page and add it to your PATH.