From 67327cae080901ac773b482804d427d172bf29e3 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 26 Apr 2017 22:40:35 +0800 Subject: modify logo for get script and modify homepage --- docs/README.md | 4 ++-- docs/cn/index.html | 26 ++++++++++++++++---------- docs/landing.html | 8 +++++++- docs/landing/index.cn.md | 6 ++++++ docs/landing/index.md | 6 ++++++ docs/zh/README.md | 4 ++-- scripts/get.ps1 | 16 +++++++--------- scripts/get.sh | 16 ++++++---------- 8 files changed, 52 insertions(+), 34 deletions(-) diff --git a/docs/README.md b/docs/README.md index b2b83e6f2..197a36c58 100644 --- a/docs/README.md +++ b/docs/README.md @@ -45,7 +45,7 @@ Or install master version: $ brew install xmake --HEAD # or download install directly -$ 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) ``` #### Linux @@ -102,7 +102,7 @@ Or install master version: $ brew install xmake --HEAD # or download install directly -$ 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) ``` #### Compilation diff --git a/docs/cn/index.html b/docs/cn/index.html index 6ea91db86..65934a147 100644 --- a/docs/cn/index.html +++ b/docs/cn/index.html @@ -49,7 +49,13 @@
-

简单的工程描述

+

安装

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

简单的工程描述

target("console")
     set_kind("binary")
@@ -57,25 +63,25 @@
 
-

构建工程

+

构建工程

$ xmake
 
-

运行目标

+

运行目标

$ xmake run console
 
-

调试程序

+

调试程序

$ xmake run -d console
 
-

支持特性

+

支持特性

-

支持平台

+

支持平台

-

支持语言

+

支持语言

-

内置插件

+

内置插件

-

使用演示

+

使用演示

usage_demo

-

联系方式

+

联系方式