diff options
| author | ruki <[email protected]> | 2018-10-12 00:46:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-10-11 22:40:52 +0800 |
| commit | 93e2e7a6d2aec177bb9be54df708d3c5b26cf0a3 (patch) | |
| tree | 602ec5204bc35e8a25f9d503cb628399a516d81b | |
| parent | e1b52ecf7613ee12318fc4240e7262c603ec23dd (diff) | |
modify readme
| -rw-r--r-- | README.md | 12 | ||||
| -rw-r--r-- | README_zh.md | 12 |
2 files changed, 20 insertions, 4 deletions
@@ -89,7 +89,11 @@ Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xm ## Simple description -<img src="https://xmake.io/assets/img/index/showcode1.png" width="50%" /> +<img src="https://xmake.io/assets/img/index/showcode1.png" width="40%" /> + +## Package dependences + +<img src="https://xmake.io/assets/img/index/add_require.png" width="70%" /> ## Build project @@ -122,7 +126,11 @@ $ xmake $ xmake f --menu ``` -<img src="https://xmake.io/assets/img/index/menuconf.gif" width="60%" /> +<img src="https://xmake.io/assets/img/index/menuconf.png" width="80%" /> + +## Package management + +<img src="https://xmake.io/assets/img/index/package_manage.png" width="80%" /> ## Support platforms diff --git a/README_zh.md b/README_zh.md index ccf556dce..227d965b1 100644 --- a/README_zh.md +++ b/README_zh.md @@ -95,7 +95,11 @@ Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xm ## 简单的工程描述 -<img src="https://xmake.io/assets/img/index/showcode1.png" width="50%" /> +<img src="https://xmake.io/assets/img/index/showcode1.png" width="40%" /> + +## 包依赖描述 + +<img src="https://xmake.io/assets/img/index/add_require.png" width="70%" /> ## 构建工程 @@ -128,7 +132,11 @@ $ xmake $ xmake f --menu ``` -<img src="https://xmake.io/assets/img/index/menuconf.gif" width="60%" /> +<img src="https://xmake.io/assets/img/index/menuconf.png" width="80%" /> + +## 包依赖管理 + +<img src="https://xmake.io/assets/img/index/package_manage.png" width="80%" /> ## 支持平台 |
