fix sample command

This commit is contained in:
calvinyv
2019-09-16 17:53:22 +08:00
committed by GitHub
parent 6594112ba9
commit bc3ec2a7d8

View File

@@ -76,7 +76,7 @@ You can deploy KubeSphere on any Kubernetes clusterplease 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/scripts
&& tar -zxf advanced-2.0.2.tar.gz && cd ./kubesphere-all-advanced-2.0.2/scripts
$ ./install.sh
```