diff options
| author | ruki <[email protected]> | 2018-02-03 19:29:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-02-03 19:29:08 +0800 |
| commit | 2d73032003a3d3ee1146ba6832a0aca54333b004 (patch) | |
| tree | b464bba3388785d1ba3c4ea4d53272c8be2e1649 | |
| parent | 3a65144b95fa33a9930abf27968e00d3245b859f (diff) | |
modify readme
| -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 |
