Merge pull request #392 from jmiddleton/patch-1

removed tabs and spaces to fix the text.
This commit is contained in:
johndmulhausen
2016-04-19 14:04:24 -07:00
+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`
``` ```