diff --git a/README_en.md b/README_en.md index 06d9830..25c7d99 100644 --- a/README_en.md +++ b/README_en.md @@ -173,11 +173,11 @@ helm repo update More details can be found in https://istio.io/docs/setup/kubernetes/ -Download Istio 1.2.2 and install CLI +Download Istio 1.2.4 and install CLI ```bash -curl -L https://git.io/getLatestIstio | ISTIO_VERSION=1.2.2 sh - -cd istio-1.2.2/ +curl -L https://git.io/getLatestIstio | ISTIO_VERSION=1.2.4 sh - +cd istio-1.2.4/ export PATH=$PWD/bin:$PATH ```