Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1018 Bytes

installation.md

File metadata and controls

36 lines (28 loc) · 1018 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.3.0 using wget from the command line:

  • OSX
wget https://github.com/kelseyhightower/confd/releases/download/v0.3.0/confd_0.3.0_darwin_amd64.zip
  • LINUX
wget -O confd_0.3.0_linux_amd64.tar.gz https://github.com/kelseyhightower/confd/releases/download/v0.3.0/confd_0.3.0_linux_amd64.tar.gz

Unzip the confd package.

  • OSX
unzip confd_0.3.0_darwin_amd64.zip
  • LINUX
tar -zxvf confd_0.3.0_linux_amd64.tar.gz

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.