diff options
| author | ruki <[email protected]> | 2021-05-26 23:28:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-05-26 23:28:01 +0800 |
| commit | 5c8eee42b275fed2f7b56200dcc30658463cff85 (patch) | |
| tree | d50a7501c673dbe2676cb84ecfa9905f62364827 | |
| parent | b496115236879be1c727e698510edef720b17eb7 (diff) | |
update readme
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | README_zh.md | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -380,7 +380,7 @@ target("loop") ```lua target("test") set_kind("binary") - add_files("src/*.zig") + add_files("src/main.zig") ``` ### Automatically fetch remote toolchain @@ -479,7 +479,7 @@ We can uses [xmake-gradle](https://github.com/xmake-io/xmake-gradle) plugin to c ``` plugins { - id 'org.tboox.gradle-xmake-plugin' version '1.0.6' + id 'org.tboox.gradle-xmake-plugin' version '1.1.4' } android { diff --git a/README_zh.md b/README_zh.md index f410937cc..1898db6ad 100644 --- a/README_zh.md +++ b/README_zh.md @@ -387,7 +387,7 @@ target("loop") ```lua target("test") set_kind("binary") - add_files("src/*.zig") + add_files("src/main.zig") ``` ### 自动拉取远程工具链 @@ -486,7 +486,7 @@ $ xmake l ``` plugins { - id 'org.tboox.gradle-xmake-plugin' version '1.0.6' + id 'org.tboox.gradle-xmake-plugin' version '1.1.4' } android { |
