Merge pull request #9551 from brendandburns/docsfix

Make it clear which part should be supplied by the user.
pull/6/head
Abhi Shah 2015-06-10 14:49:37 -07:00
commit 04ae4d07e1
1 changed files with 2 additions and 2 deletions

View File

@ -44,10 +44,10 @@ Add the appropriate binary folder to your ```PATH``` to access kubectl:
```bash ```bash
# OS X # OS X
export PATH=path/to/kubernetes/platforms/darwin/amd64:$PATH export PATH=<path/to/kubernetes-directory>/platforms/darwin/amd64:$PATH
# Linux # 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. Note: gcloud also ships with ```kubectl```, which by default is added to your path.