From ee078474ce694c21ccf8f3a3689696929d61a809 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 2 Dec 2021 22:45:14 +0800 Subject: Update README_zh.md --- README_zh.md | 8 ++++---- 1 file 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 { -- cgit v1.3.1