From 45e108ab139d402f152103b61e8e145c4c7a8140 Mon Sep 17 00:00:00 2001 From: satrobit Date: Fri, 13 Sep 2019 19:44:51 +0430 Subject: [PATCH] Corrected the scripts directory in README files --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ```