summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-12-02 22:45:14 +0800
committerGitHub <[email protected]>2021-12-02 22:45:14 +0800
commitee078474ce694c21ccf8f3a3689696929d61a809 (patch)
treeca4c9486cc4d8379889bc9f61fb1f01898e79687
parentc24bb8112427a14e8ef0e0232750e2e740e5355d (diff)
Update README_zh.md
-rw-r--r--README_zh.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README_zh.md b/README_zh.md
index 806f25274..9f26f1f56 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -469,11 +469,11 @@ target("test")
## 插件
-#### 生成IDE工程文件插件(makefile, vs2002 - vs2019, ...)
+#### 生成IDE工程文件插件(makefile, vs2002 - vs2022, ...)
```bash
-$ xmake project -k vsxmake -m "debug;release" # 新版vs工程生成插件(推荐)
-$ xmake project -k vs -m "debug;release"
+$ xmake project -k vsxmake -m "debug,release" # 新版vs工程生成插件(推荐)
+$ xmake project -k vs -m "debug,release"
$ xmake project -k cmake
$ xmake project -k ninja
$ xmake project -k compile_commands
@@ -521,7 +521,7 @@ $ xmake l
```
plugins {
- id 'org.tboox.gradle-xmake-plugin' version '1.1.4'
+ id 'org.tboox.gradle-xmake-plugin' version '1.1.5'
}
android {