From 4c43471c3ec5dc87ba361216f92ca7072d8b750d Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Mon, 6 Oct 2014 10:20:04 -0700 Subject: [PATCH] update install docs --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 0a5839409..5db3804ae 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.6.0/confd-0.6.0-darwin-amd64 +wget https://github.com/kelseyhightower/confd/releases/download/v0.6.1/confd-0.6.1-darwin-amd64 ``` #### Linux ``` -wget https://github.com/kelseyhightower/confd/releases/download/v0.6.0/confd-0.6.0-linux-amd64 +wget https://github.com/kelseyhightower/confd/releases/download/v0.6.1/confd-0.6.1-linux-amd64 ``` Copy the confd binary to a bin directory in your path.