From 78dd2f0c7621c24901162054b24289230565e6af Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Wed, 7 Dec 2016 16:35:55 +0100 Subject: [PATCH] Follow redirections in curl when getting k8s resources --- site/installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/installing.md b/site/installing.md index 7e4352a3b..e22c6c761 100644 --- a/site/installing.md +++ b/site/installing.md @@ -236,7 +236,7 @@ Allowable parameters for the launcher URL: To download and read the Scope manifest run: - curl --silent --remote-name https://cloud.weave.works/launch/k8s/weavescope.yaml + curl --silent -L --remote-name https://cloud.weave.works/launch/k8s/weavescope.yaml **Open Scope in Your Browser**