From c6cebfe5a3506df17cbc4c3eb8204bae93fed69e Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 10 Aug 2017 14:06:46 +0800 Subject: simplify install cmd --- docs/cn/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/cn/index.html') diff --git a/docs/cn/index.html b/docs/cn/index.html index f534fdbbb..f5cdda6b1 100644 --- a/docs/cn/index.html +++ b/docs/cn/index.html @@ -53,19 +53,19 @@

使用curl

-
$ bash <(curl -fsSL http://xmake.io/get.sh)
+
bash <(curl -fsSL http://xmake.io/get.sh)
 

使用wget

-
$ bash <(wget http://xmake.io/get.sh -O -)
+
bash <(wget http://xmake.io/get.sh -O -)
 

使用powershell

-
$ Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.ps1' -UseBasicParsing).Content
+
Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.ps1' -UseBasicParsing).Content
 
-- cgit v1.3.1