Merge pull request #13253 from Huawei-PaaS/chmod_X_to_x_in_prereqs_md

Change "chmod +X" to "chmod +x" in prereqs.md
This commit is contained in:
Wojciech Tyczynski 2015-08-28 09:13:56 +02:00
commit 03236e2692

View File

@ -55,7 +55,7 @@ $ sudo cp kubernetes/platforms/linux/amd64/kubectl /usr/local/bin/kubectl
You also need to ensure it's executable:
```console
$ sudo chmod +X /usr/local/bin/kubectl
$ sudo chmod +x /usr/local/bin/kubectl
```
If you prefer not to copy kubectl, you need to ensure the tool is in your path: