From 00ae92b8a6ce2fa65705412a8d24e11bfbaa5775 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 26 Apr 2017 22:42:41 +0800 Subject: modify homepage --- docs/cn/index.html | 2 +- docs/landing.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cn/index.html b/docs/cn/index.html index 65934a147..6fbff04b1 100644 --- a/docs/cn/index.html +++ b/docs/cn/index.html @@ -51,7 +51,7 @@

安装

-
$ bash <(curl -s https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh)
+
$ bash <(curl -fsSL https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh)
 
diff --git a/docs/landing.html b/docs/landing.html index 6cabdf530..98eeaee5d 100644 --- a/docs/landing.html +++ b/docs/landing.html @@ -51,7 +51,7 @@

Installation

-
$ bash <(curl -s https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh)
+
$ bash <(curl -fsSL https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.sh)
 
-- cgit v1.3.1