removed tabs and spaces to fix the text.

The docs contains "shell" because there were tabs in the text. Also I changed wget for curl on OSX.
This commit is contained in:
Jorge Luis Middleton
2016-04-18 23:00:47 +10:00
parent c168f89aa9
commit 1e5f4f5242
+1 -1
View File
@@ -73,7 +73,7 @@ variable.
For example, OS X: For example, OS X:
```shell ```shell
wget http://storage.googleapis.com/kubernetes-release/release/${K8S_VERSION}/bin/darwin/amd64/kubectl curl -O http://storage.googleapis.com/kubernetes-release/release/${K8S_VERSION}/bin/darwin/amd64/kubectl
chmod 755 kubectl chmod 755 kubectl
PATH=$PATH:`pwd` PATH=$PATH:`pwd`
``` ```