diff --git a/docs/installation.md b/docs/installation.md index a590c9f25..0a5839409 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -7,13 +7,13 @@ Currently confd ships binaries for OS X and Linux 64bit systems. You can downloa #### OS X ``` -wget https://github.com/kelseyhightower/confd/releases/download/v0.5.0/confd-0.5.0-darwin-amd64 +wget https://github.com/kelseyhightower/confd/releases/download/v0.6.0/confd-0.6.0-darwin-amd64 ``` #### Linux ``` -wget https://github.com/kelseyhightower/confd/releases/download/v0.5.0/confd-0.5.0-linux-amd64 +wget https://github.com/kelseyhightower/confd/releases/download/v0.6.0/confd-0.6.0-linux-amd64 ``` Copy the confd binary to a bin directory in your path.