diff options
| author | ruki <[email protected]> | 2018-03-23 23:43:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-03-23 16:21:19 +0800 |
| commit | 5d1459637ffb3e4ff504c77a71167b31f91305ea (patch) | |
| tree | 4f5a4c311e2a1f38f2d10fdb865ac4c8587ca2bb | |
| parent | 6f781a5684b7ad744a311d5874b35fb208390791 (diff) | |
add reddit icon in readme
| -rw-r--r-- | README.md | 9 | ||||
| -rw-r--r-- | README_zh.md | 13 |
2 files changed, 14 insertions, 8 deletions
@@ -15,6 +15,9 @@ <a href="https://codecov.io/gh/tboox/xmake"> <img src="https://img.shields.io/codecov/c/github/tboox/xmake/master.svg?style=flat-square" alt="Coverage" /> </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> <a href="https://github.com/tboox/xmake/releases"> <img src="https://img.shields.io/github/release/tboox/xmake.svg?style=flat-square" alt="Github All Releases" /> </a> @@ -23,6 +26,9 @@ <a href="https://github.com/tboox/xmake/blob/master/LICENSE.md"> <img src="https://img.shields.io/github/license/tboox/xmake.svg?colorB=f48041&style=flat-square" alt="license" /> </a> + <a href="https://www.reddit.com/r/tboox/"> + <img src="https://img.shields.io/badge/chat-on%20reddit-ff3f34.svg?style=flat-square" alt="Reddit" /> + </a> <a href="https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"> <img src="https://img.shields.io/gitter/room/tboox/tboox.svg?style=flat-square&colorB=96c312" alt="Gitter" /> </a> @@ -32,9 +38,6 @@ <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> <a href="http://xmake.io/pages/donation.html#donate"> <img src="https://img.shields.io/badge/donate-us-orange.svg?style=flat-square" alt="Donate" /> </a> diff --git a/README_zh.md b/README_zh.md index 553a648e0..aae5804d0 100644 --- a/README_zh.md +++ b/README_zh.md @@ -15,6 +15,9 @@ <a href="https://codecov.io/gh/tboox/xmake"> <img src="https://img.shields.io/codecov/c/github/tboox/xmake/master.svg?style=flat-square" alt="Coverage" /> </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> <a href="https://github.com/tboox/xmake/releases"> <img src="https://img.shields.io/github/release/tboox/xmake.svg?style=flat-square" alt="Github All Releases" /> </a> @@ -23,6 +26,9 @@ <a href="https://github.com/tboox/xmake/blob/master/LICENSE.md"> <img src="https://img.shields.io/github/license/tboox/xmake.svg?colorB=f48041&style=flat-square" alt="license" /> </a> + <a href="https://www.reddit.com/r/tboox/"> + <img src="https://img.shields.io/badge/chat-on%20reddit-ff3f34.svg?style=flat-square" alt="Reddit" /> + </a> <a href="https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"> <img src="https://img.shields.io/gitter/room/tboox/tboox.svg?style=flat-square&colorB=96c312" alt="Gitter" /> </a> @@ -32,15 +38,12 @@ <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> - <a href="http://xmake.io/cn/pages/donation.html#donate"> + <a href="http://xmake.io/pages/donation.html#donate"> <img src="https://img.shields.io/badge/donate-us-orange.svg?style=flat-square" alt="Donate" /> </a> </div> - <p>一个基于Lua的轻量级跨平台自动构建工具</p> + <p>A cross-platform build utility based on Lua</p> </div> ## 简介 |
