mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Merge pull request #9551 from brendandburns/docsfix
Make it clear which part should be supplied by the user.
This commit is contained in:
commit
04ae4d07e1
@ -44,10 +44,10 @@ Add the appropriate binary folder to your ```PATH``` to access kubectl:
|
||||
|
||||
```bash
|
||||
# OS X
|
||||
export PATH=path/to/kubernetes/platforms/darwin/amd64:$PATH
|
||||
export PATH=<path/to/kubernetes-directory>/platforms/darwin/amd64:$PATH
|
||||
|
||||
# Linux
|
||||
export PATH=path/to/kubernetes/platforms/linux/amd64:$PATH
|
||||
export PATH=<path/to/kubernetes-directory>/platforms/linux/amd64:$PATH
|
||||
```
|
||||
|
||||
Note: gcloud also ships with ```kubectl```, which by default is added to your path.
|
||||
|
Loading…
Reference in New Issue
Block a user