aboutsummaryrefslogtreecommitdiff
path: root/landing/index.cn.md
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2018-08-22 23:26:41 +0800
committerruki <waruqi@gmail.com>2018-08-22 14:40:10 +0800
commita21620cb0ad717d50192b2de6544017c0ab57a05 (patch)
tree2c2d7f3f8c003941f678d2dac78d24586dd7fecb /landing/index.cn.md
parentbc0b62c94748eb4c174502c4d5dc791ed2f027e7 (diff)
downloadxmake-docs-a21620cb0ad717d50192b2de6544017c0ab57a05.tar.gz
xmake-docs-a21620cb0ad717d50192b2de6544017c0ab57a05.zip
add show code image
Diffstat (limited to 'landing/index.cn.md')
-rw-r--r--landing/index.cn.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/landing/index.cn.md b/landing/index.cn.md
index ee6e9733..9bb052fd 100644
--- a/landing/index.cn.md
+++ b/landing/index.cn.md
@@ -25,11 +25,7 @@ Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xm
## 简单的工程描述
-```lua
-target("console")
- set_kind("binary")
- add_files("src/*.c")
-```
+<img src="/assets/img/index/showcode1.png" width="50%" />
## 构建工程