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
This commit is contained in:
Philip Mallory
2018-03-02 16:13:53 -08:00
committed by k8s-ci-robot
parent af4e718b4c
commit a84db20bab
+1 -1
View File
@@ -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