mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
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:
commit
03236e2692
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user