[en]: Add PATH note for install macos kubectl

This commit is contained in:
Albert
2021-06-15 12:52:09 +08:00
parent 84a6862a2a
commit cd30245ed5
@@ -103,6 +103,10 @@ The following methods exist for installing kubectl on macOS:
sudo chown root: /usr/local/bin/kubectl
```
{{< note >}}
Make sure `/usr/local/bin` is in your PATH environment variable.
{{< /note >}}
1. Test to ensure the version you installed is up-to-date:
```bash