summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-03-15 21:46:12 +0800
committerruki <[email protected]>2020-03-15 21:46:12 +0800
commitf2c56de12bd1ec026bdff931d30815d181d79643 (patch)
tree02868ee41446a9b7942bc030736d618729092c43
parentb6bfa0946bc0dc9a705376ee32ae3b46f63b8098 (diff)
update readme
-rw-r--r--README.md3
-rw-r--r--README_zh.md3
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index ba9c76c2a..56670ee7f 100644
--- a/README.md
+++ b/README.md
@@ -245,7 +245,8 @@ More wdk driver program examples (umdf/kmdf/wdm), please see [WDK Program Exampl
```bash
$ xmake project -k vsxmake -m "debug;release" # New vsproj generator (Recommended)
$ xmake project -k vs -m "debug;release"
-$ xmake project -k cmakelists
+$ xmake project -k cmake
+$ xmake project -k ninja
$ xmake project -k compile_commands
```
diff --git a/README_zh.md b/README_zh.md
index 587096cd9..e5c101414 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -250,7 +250,8 @@ target("app")
```bash
$ xmake project -k vsxmake -m "debug;release" # 新版vs工程生成插件(推荐)
$ xmake project -k vs -m "debug;release"
-$ xmake project -k cmakelists
+$ xmake project -k cmake
+$ xmake project -k ninja
$ xmake project -k compile_commands
```