From bc3ec2a7d8ad4fce50d20c0ba5c50eacb8eb460b Mon Sep 17 00:00:00 2001 From: calvinyv Date: Mon, 16 Sep 2019 17:53:22 +0800 Subject: [PATCH] fix sample command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a695c3a8a..8ebbab5f3 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/scripts +&& tar -zxf advanced-2.0.2.tar.gz && cd ./kubesphere-all-advanced-2.0.2/scripts $ ./install.sh ```