Update PATH ordering to pick up downloaded istioctl first (#11448)

This commit is contained in:
Eric Van Norman 2022-06-19 17:29:26 -05:00 committed by GitHub
parent f6a597d7eb
commit 756001370d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Install the `istioctl` binary with `curl`:
1. Add the `istioctl` client to your path, on a macOS or Linux system:
{{< text bash >}}
$ export PATH=$PATH:$HOME/.istioctl/bin
$ export PATH=$HOME/.istioctl/bin:$PATH
{{< /text >}}
1. You can optionally enable the [auto-completion option](#enabling-auto-completion) when working with a bash or ZSH console.