diff options
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | README_zh.md | 6 |
2 files changed, 2 insertions, 10 deletions
@@ -92,11 +92,7 @@ Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xm ## Simple description -```lua -target("console") - set_kind("binary") - add_files("src/*.c") -``` +<img src="https://xmake.io/assets/img/index/showcode1.png" width="50%" /> ## Build project diff --git a/README_zh.md b/README_zh.md index 78de48754..cf714f595 100644 --- a/README_zh.md +++ b/README_zh.md @@ -98,11 +98,7 @@ Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xm ## 简单的工程描述 -```lua -target("console") - set_kind("binary") - add_files("src/*.c") -``` +<img src="https://xmake.io/assets/img/index/showcode1.png" width="50%" /> ## 构建工程 |
