Merge pull request #31355 from Babapool/fix-binary-path

Mention the kubectl binary folder as PATH environment variable
This commit is contained in:
Kubernetes Prow Robot
2022-01-31 04:08:23 -08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -85,7 +85,7 @@ For example, to download version {{< param "fullversion" >}} on Linux, type:
chmod +x kubectl
mkdir -p ~/.local/bin/kubectl
mv ./kubectl ~/.local/bin/kubectl
# and then add ~/.local/bin/kubectl to $PATH
# and then append (or prepend) ~/.local/bin to $PATH
```
{{< /note >}}