diff options
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | README_zh.md | 8 |
2 files changed, 16 insertions, 0 deletions
@@ -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 |
