Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 658 Bytes

installation.md

File metadata and controls

28 lines (18 loc) · 658 Bytes

Installation

Binary Download

Currently confd ships binaries for OS X and Linux 64bit systems. You can download the latest release from GitHub

OS X

wget https://github.com/kelseyhightower/confd/releases/download/v0.7.1/confd-0.7.1-darwin-amd64

Linux

wget https://github.com/kelseyhightower/confd/releases/download/v0.7.1/confd-0.7.1-linux-amd64

Copy the confd binary to a bin directory in your path.

sudo mv confd /usr/local/bin/confd
sudo chmod +x /usr/local/bin/confd

Next Steps

Get up and running with the Quick Start Guide.