From 3ee5d4a18839adbcda3171296d1d087f10f35e67 Mon Sep 17 00:00:00 2001 From: Jeremy Eder Date: Sat, 2 Sep 2017 23:46:45 -0400 Subject: [PATCH] make curl follow github redirect --- docs/07-bootstrapping-etcd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/07-bootstrapping-etcd.md b/docs/07-bootstrapping-etcd.md index 061b36a..096e0fd 100644 --- a/docs/07-bootstrapping-etcd.md +++ b/docs/07-bootstrapping-etcd.md @@ -18,7 +18,7 @@ Download the official etcd release binaries from the [coreos/etcd](https://githu ``` curl \ - -O "https://github.com/coreos/etcd/releases/download/v3.2.6/etcd-v3.2.6-linux-amd64.tar.gz" + -L -O "https://github.com/coreos/etcd/releases/download/v3.2.6/etcd-v3.2.6-linux-amd64.tar.gz" ``` Extract and install the `etcd` server and the `etcdctl` command line utility: