Commit 03236e26 authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Merge pull request #13253 from Huawei-PaaS/chmod_X_to_x_in_prereqs_md

Change "chmod +X" to "chmod +x" in prereqs.md
parents 9bdc85a2 1bee0494
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment