Commit 04ae4d07 authored by Abhi Shah's avatar Abhi Shah

Merge pull request #9551 from brendandburns/docsfix

Make it clear which part should be supplied by the user.
parents c23caee3 b3faaab0
......@@ -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.
......
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