diff options
| author | ruki <[email protected]> | 2020-12-07 23:19:35 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-07 23:19:35 +0800 |
| commit | 1858fb1601354b7444ca79f01a54b2d505ccf98c (patch) | |
| tree | 75e10ee22eeca5c7dc19decfc2f70c83a1e88909 | |
| parent | df5f8dca04826108b3129375b88f7cadddd09cba (diff) | |
update readme
| -rw-r--r-- | README.md | 17 | ||||
| -rw-r--r-- | README_zh.md | 16 |
2 files changed, 23 insertions, 10 deletions
@@ -18,6 +18,9 @@ <a href="https://github.com/xmake-io/xmake/releases"> <img src="https://img.shields.io/github/release/xmake-io/xmake.svg?style=flat-square" alt="Github All Releases" /> </a> + <a href="https://aur.archlinux.org/packages/xmake"> + <img src="https://img.shields.io/aur/votes/xmake.svg?style=flat-square" alt="AUR votes" /> + </a> </div> <div> <a href="https://github.com/xmake-io/xmake/blob/master/LICENSE.md"> @@ -35,8 +38,8 @@ <a href="https://jq.qq.com/?_wv=1027&k=5hpwWFv"> <img src="https://img.shields.io/badge/chat-on%20QQ-ff69b4.svg?style=flat-square" alt="QQ" /> </a> - <a href="https://aur.archlinux.org/packages/xmake"> - <img src="https://img.shields.io/aur/votes/xmake.svg?style=flat-square" alt="AUR votes" /> + <a href="https://discord.gg/XXRp26A4Gr"> + <img src="https://img.shields.io/badge/chat-on%20discord-7289da.svg?style=flat-square" alt="Discord" /> </a> <a href="https://xmake.io/#/sponsor"> <img src="https://img.shields.io/badge/donate-us-orange.svg?style=flat-square" alt="Donate" /> @@ -477,10 +480,14 @@ Some projects using xmake: * Email:[[email protected]](mailto:[email protected]) * Homepage:[tboox.org](https://tboox.org) -* Community:[/r/xmake on reddit](https://www.reddit.com/r/xmake/) -* ChatRoom:[Char on telegram](https://t.me/tbooxorg), [Chat on gitter](https://gitter.im/xmake-io/xmake?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +* Community + - [Chat on reddit](https://www.reddit.com/r/xmake/) + - [Chat on telegram](https://t.me/tbooxorg) + - [Chat on gitter](https://gitter.im/xmake-io/xmake?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + - [Chat on discord/en](https://discord.gg/XXRp26A4Gr) + - [Chat on discord/zh](https://discord.gg/aY7RVeKdG7) + - Chat on QQ Group: 343118190(Technical Support), 662147501 * Source Code:[Github](https://github.com/xmake-io/xmake), [Gitee](https://gitee.com/tboox/xmake) -* QQ Group: 343118190(Technical Support), 662147501 * Wechat Public: tboox-os ## Thanks diff --git a/README_zh.md b/README_zh.md index b9a33a877..db6fe1777 100644 --- a/README_zh.md +++ b/README_zh.md @@ -18,6 +18,9 @@ <a href="https://github.com/xmake-io/xmake/releases"> <img src="https://img.shields.io/github/release/xmake-io/xmake.svg?style=flat-square" alt="Github All Releases" /> </a> + <a href="https://aur.archlinux.org/packages/xmake"> + <img src="https://img.shields.io/aur/votes/xmake.svg?style=flat-square" alt="AUR votes" /> + </a> </div> <div> <a href="https://github.com/xmake-io/xmake/blob/master/LICENSE.md"> @@ -35,8 +38,8 @@ <a href="https://jq.qq.com/?_wv=1027&k=5hpwWFv"> <img src="https://img.shields.io/badge/chat-on%20QQ-ff69b4.svg?style=flat-square" alt="QQ" /> </a> - <a href="https://aur.archlinux.org/packages/xmake"> - <img src="https://img.shields.io/aur/votes/xmake.svg?style=flat-square" alt="AUR votes" /> + <a href="https://discord.gg/aY7RVeKdG7"> + <img src="https://img.shields.io/badge/chat-on%20discord-7289da.svg?style=flat-square" alt="Discord" /> </a> <a href="https://xmake.io/#/zh-cn/about/sponsor"> <img src="https://img.shields.io/badge/donate-us-orange.svg?style=flat-square" alt="Donate" /> @@ -485,10 +488,13 @@ $ ./gradlew app:assembleDebug * 邮箱:[[email protected]](mailto:[email protected]) * 主页:[xmake.io](https://xmake.io/#/zh-cn/) -* 社区:[Reddit论坛](https://www.reddit.com/r/xmake/) -* 聊天:[Telegram群组](https://t.me/tbooxorg), [Gitter聊天室](https://gitter.im/xmake-io/xmake?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +* 社区 + - [Reddit论坛](https://www.reddit.com/r/xmake/) + - [Telegram群组](https://t.me/tbooxorg) + - [Gitter聊天室](https://gitter.im/xmake-io/xmake?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + - [Discord聊天室](https://discord.gg/aY7RVeKdG7) + - QQ群:343118190(技术支持), 662147501 * 源码:[Github](https://github.com/xmake-io/xmake), [Gitee](https://gitee.com/tboox/xmake) -* QQ群:343118190(技术支持), 662147501 * 微信公众号:tboox-os ## 感谢 |
