From cfb59486112e88a8e40b6b76e85711aae8a3faab Mon Sep 17 00:00:00 2001 From: Thijs Scheepers Date: Wed, 5 Mar 2014 15:02:40 +0100 Subject: [PATCH] Update installation.md To prevent weird Amazon S3 name to be the result of the download. Something like 702fe616-4502-11e3-8d9a-b95576a2176f.gz\?response-content-disposition\=attachment\;\ filename\=confd_0.2.0_linux_amd64.tar.gz\&AWSAccessKeyId\=AKIAISTNZFOVBIJMK3TQ\&Expires\=1394028017\&Signature\=3%2FpqUGYkufhsv0Z4SrMn7oQ4sW0\= --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index a3bc20514..3aa7df2b9 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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.