summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2018-02-03 19:29:08 +0800
committerruki <[email protected]>2018-02-03 19:29:08 +0800
commit2d73032003a3d3ee1146ba6832a0aca54333b004 (patch)
treeb464bba3388785d1ba3c4ea4d53272c8be2e1649
parent3a65144b95fa33a9930abf27968e00d3245b859f (diff)
modify readme
-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