Skip to content

Commit

Permalink
Merge pull request #5603 from fqsghostcloud/Update-install.md
Browse files Browse the repository at this point in the history
Update install.md
  • Loading branch information
k8s-ci-robot authored Aug 14, 2018
2 parents b8928aa + 84543ed commit 8b71ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ brew install kubernetes-cli
From the [official kubernetes kubectl release](https://kubernetes.io/docs/tasks/tools/install-kubectl/):

```
wget -O kubectl https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/darwin/amd64/kubectl
curl -Lo kubectl https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/darwin/amd64/kubectl
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
```
Expand Down

0 comments on commit 8b71ff4

Please sign in to comment.