Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 851 Bytes

installation.md

File metadata and controls

26 lines (19 loc) · 851 Bytes

Installation

Binary Download

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

Note: You don't need Go installed to use confd unless you plan to build from source.

Download confd version 0.5.0 using wget from the command line:

  • OSX
wget -O confd https://github.com/kelseyhightower/confd/releases/download/v0.5.0/confd-0.5.0-darwin-amd64
  • LINUX
wget -O confd https://github.com/kelseyhightower/confd/releases/download/v0.5.0/confd-0.5.0-linux-amd64

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

sudo mv confd /usr/local/bin/confd

Next Steps

Get up and running with the Quick Start Guide.