there is no need to create a kubernetes directory under ~/.local/bin

pull/32343/head
Anjan 2022-03-18 12:30:16 +05:30
parent b3dfe51819
commit 1d7ee57cbd
1 changed files with 1 additions and 1 deletions

View File

@ -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
```