diff --git a/README.md b/README.md index 50b0d7cc0..a695c3a8a 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ You can deploy KubeSphere on any Kubernetes cluster,please refer to [KubeSpher ```bash $ curl -L https://kubesphere.io/download/stable/advanced-2.0.2 > advanced-2.0.2.tar.gz \ -&& tar -zxf advanced-2.0.2.tar.gz && cd kubesphere-all-advanced-2.0.2/conf +&& tar -zxf advanced-2.0.2.tar.gz && cd kubesphere-all-advanced-2.0.2/scripts $ ./install.sh ``` diff --git a/README_zh.md b/README_zh.md index 81a9acf41..f90bc2874 100644 --- a/README_zh.md +++ b/README_zh.md @@ -69,7 +69,7 @@ KubeSphere 高级版 (Advanced Edition 2.0.2) 已于 2019 年 7 月 9 日 正式 ```bash $ curl -L https://kubesphere.io/download/stable/advanced-2.0.2 > advanced-2.0.2.tar.gz \ -&& tar -zxf advanced-2.0.2.tar.gz && cd kubesphere-all-advanced-2.0.2/conf +&& tar -zxf advanced-2.0.2.tar.gz && cd kubesphere-all-advanced-2.0.2/scripts $ ./install.sh ```