mirror of https://github.com/istio/istio.io.git
[master] Fix Download (#5693)
* Fix Download * Update content/en/docs/setup/getting-started/index.md Co-Authored-By: Martin Taillefer <geeknoid@users.noreply.github.com>
This commit is contained in:
parent
2836c05b39
commit
03fce8d76e
|
@ -37,7 +37,7 @@ Download the Istio release which includes installation files, samples, and the
|
|||
extract the latest release automatically:
|
||||
|
||||
{{< text bash >}}
|
||||
$ curl -L https://istio.io/downloadIstio sh -
|
||||
$ curl -L https://istio.io/downloadIstio | ISTIO_VERSION={{< istio_full_version >}} sh -
|
||||
{{< /text >}}
|
||||
|
||||
1. Move to the Istio package directory. For example, if the package is
|
||||
|
|
Loading…
Reference in New Issue