summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-05-26 23:28:01 +0800
committerruki <[email protected]>2021-05-26 23:28:01 +0800
commit5c8eee42b275fed2f7b56200dcc30658463cff85 (patch)
treed50a7501c673dbe2676cb84ecfa9905f62364827
parentb496115236879be1c727e698510edef720b17eb7 (diff)
update readme
-rw-r--r--README.md4
-rw-r--r--README_zh.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 503abb177..93bf645a6 100644
--- a/README.md
+++ b/README.md
@@ -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 {