mirror of https://github.com/istio/istio.io.git
Correct package naming. (#1439)
This commit is contained in:
parent
d9f65438cf
commit
39f7b55c4f
|
@ -237,10 +237,10 @@ installation directory contains:
|
|||
* The `istioctl` client binary in the `bin/` directory. `istioctl` is used when manually injecting Envoy as a sidecar proxy and for creating routing rules and policies.
|
||||
* The `istio.VERSION` configuration file
|
||||
|
||||
1. Change directory to istio package. For example, if the package is istio-{{< istio_version >}}
|
||||
1. Change directory to the istio package. For example, if the package is istio-{{< istio_version >}}.0;
|
||||
|
||||
```command
|
||||
$ cd istio-{{< istio_version >}}
|
||||
$ cd istio-{{< istio_version >}}.0
|
||||
```
|
||||
|
||||
1. Add the `istioctl` client to your PATH.
|
||||
|
|
Loading…
Reference in New Issue