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:
@@ -55,7 +55,7 @@ $ sudo cp kubernetes/platforms/linux/amd64/kubectl /usr/local/bin/kubectl
|
|||||||
You also need to ensure it's executable:
|
You also need to ensure it's executable:
|
||||||
|
|
||||||
```console
|
```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:
|
If you prefer not to copy kubectl, you need to ensure the tool is in your path:
|
||||||
|
|||||||
Reference in New Issue
Block a user