From a84db20babfa7848e71d6e61b7d8448dc20dbbb6 Mon Sep 17 00:00:00 2001 From: Philip Mallory Date: Fri, 2 Mar 2018 16:13:53 -0800 Subject: [PATCH] Update MacOS instructions to use curl (#7613) MacOS comes with curl which makes it more convenient than wget. This change is in response to #7275 --- docs/getting-started-guides/kops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/kops.md b/docs/getting-started-guides/kops.md index 040ea6aaba..f3e489df41 100644 --- a/docs/getting-started-guides/kops.md +++ b/docs/getting-started-guides/kops.md @@ -34,7 +34,7 @@ Download kops from the [releases page](https://github.com/kubernetes/kops/releas On MacOS: ``` -wget https://github.com/kubernetes/kops/releases/download/1.8.0/kops-darwin-amd64 +curl -OL https://github.com/kubernetes/kops/releases/download/1.8.0/kops-darwin-amd64 chmod +x kops-darwin-amd64 mv kops-darwin-amd64 /usr/local/bin/kops # you can also install using Homebrew