Skip to content

Commit

Permalink
update installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseyhightower committed Jul 9, 2014
1 parent ee08724 commit 6f9a1ee
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,27 @@ Currently confd ships binaries for OS X and Linux 64bit systems. You can downloa

> 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
```Bash
wget https://github.com/kelseyhightower/confd/releases/download/v0.3.0/confd_0.3.0_darwin_amd64.zip
Download confd version 0.5.0 using wget from the command line:

#### OS X

```
* LINUX
```Bash
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
wget https://github.com/kelseyhightower/confd/releases/download/v0.5.0/confd-0.5.0-darwin-amd64
```

Unzip the confd package.
* OSX
```Bash
unzip confd_0.3.0_darwin_amd64.zip
#### Linux

```
* LINUX
```Bash
tar -zxvf confd_0.3.0_linux_amd64.tar.gz
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.

```Bash
```
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](https://github.com/kelseyhightower/confd/blob/master/docs/quick-start-guide.md).

0 comments on commit 6f9a1ee

Please sign in to comment.