Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 594 Bytes

installation.md

File metadata and controls

28 lines (18 loc) · 594 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.11.0/confd-0.11.0-darwin-amd64

Linux

$ wget https://github.com/kelseyhightower/confd/releases/download/v0.11.0/confd-0.11.0-linux-amd64

Building from Source

$ ./build
$ sudo ./install

Next Steps

Get up and running with the Quick Start Guide.