Incorporates the feedback changes

This commit is contained in:
Vitthal Sai
2022-01-16 16:45:22 +05:30
parent d8f4cefa59
commit be56556f8f
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 to $PATH
# and then append (or prepend) ~/.local/bin to $PATH
```
{{< /note >}}