Correct package naming. (#1439)

This commit is contained in:
Martin Taillefer 2018-06-04 10:43:16 -07:00 committed by GitHub
parent d9f65438cf
commit 39f7b55c4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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