summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--README_zh.md8
2 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5c7f7221d..44c9f9bb3 100644
--- a/README.md
+++ b/README.md
@@ -113,6 +113,14 @@ $ xmake f -p [windows|linux|macosx|android|iphoneos ..] -a [x86|arm64 ..] -m [de
$ xmake
```
+## Menu configuration
+
+```bash
+$ xmake f --menu
+```
+
+<img src="http://xmake.io/assets/img/index/menuconf.gif" width="60%" />
+
## Support features
* Tasks
diff --git a/README_zh.md b/README_zh.md
index 663356d43..b9c732978 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -119,6 +119,14 @@ $ xmake f -p [windows|linux|macosx|android|iphoneos ..] -a [x86|arm64 ..] -m [de
$ xmake
```
+## 图形化菜单配置
+
+```bash
+$ xmake f --menu
+```
+
+<img src="http://xmake.io/assets/img/index/menuconf.gif" width="60%" />
+
## 支持特性
* Tasks