Skip to content

Commit

Permalink
Merge pull request #46 from tscheepers/patch-1
Browse files Browse the repository at this point in the history
Update installation.md to prevent wierd S3 name when downloading
  • Loading branch information
kelseyhightower committed Mar 5, 2014
2 parents 6589400 + cfb5948 commit fa6c096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ wget https://github.com/kelseyhightower/confd/releases/download/v0.2.0/confd_0.2
```
* LINUX
```Bash
wget https://github.com/kelseyhightower/confd/releases/download/v0.2.0/confd_0.2.0_linux_amd64.tar.gz
wget -O confd_0.2.0_linux_amd64.tar.gz https://github.com/kelseyhightower/confd/releases/download/v0.2.0/confd_0.2.0_linux_amd64.tar.gz
```

Unzip the confd package.
Expand Down

0 comments on commit fa6c096

Please sign in to comment.