Merge pull request #744 from satrobit/master

Corrected the scripts directory in README files
This commit is contained in:
KubeSphere CI Bot
2019-09-13 23:40:50 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ You can deploy KubeSphere on any Kubernetes clusterplease refer to [KubeSpher
```bash ```bash
$ curl -L https://kubesphere.io/download/stable/advanced-2.0.2 > advanced-2.0.2.tar.gz \ $ 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 $ ./install.sh
``` ```

View File

@@ -69,7 +69,7 @@ KubeSphere 高级版 (Advanced Edition 2.0.2) 已于 2019 年 7 月 9 日 正式
```bash ```bash
$ curl -L https://kubesphere.io/download/stable/advanced-2.0.2 > advanced-2.0.2.tar.gz \ $ 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 $ ./install.sh
``` ```