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:
@@ -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`
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user