Merge pull request #32343 from aaerrolla/main

Fix directory to make and put kubectl in
This commit is contained in:
Kubernetes Prow Robot
2022-03-18 03:01:15 -07:00
committed by GitHub
@@ -83,7 +83,7 @@ For example, to download version {{< param "fullversion" >}} on Linux, type:
```bash
chmod +x kubectl
mkdir -p ~/.local/bin/kubectl
mkdir -p ~/.local/bin
mv ./kubectl ~/.local/bin/kubectl
# and then append (or prepend) ~/.local/bin to $PATH
```