diff options
| author | ruki <[email protected]> | 2022-02-10 00:01:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-02-10 00:01:12 +0800 |
| commit | 93d74718918b06f67cd69108755520c6088c5fdf (patch) | |
| tree | b00e3d8be3d1d21699f89ba1cde30e162827d143 | |
| parent | 306d0f847c7f77e4f5405689e67320dc53d2d7cb (diff) | |
update readme
| -rw-r--r-- | README.md | 22 | ||||
| -rw-r--r-- | README_zh.md | 19 |
2 files changed, 20 insertions, 21 deletions
@@ -50,13 +50,23 @@ <i>Modern C/C++ build tools, Simple, Fast, Powerful dependency package integration</i><br/> </div> -## Supporting the project +## Support this project Support this project by [becoming a sponsor](https://xmake.io/#/about/sponsor). Your logo will show up here with a link to your website. 🙏 <a href="https://opencollective.com/xmake#sponsors" target="_blank"><img src="https://opencollective.com/xmake/sponsors.svg?width=890"></a> <a href="https://opencollective.com/xmake#backers" target="_blank"><img src="https://opencollective.com/xmake/backers.svg?width=890"></a> +## Technical Support + +You can also consider sponsoring us to get extra technical support services via [[Github sponsor program](https://github.com/sponsors/waruqi)], +then you can get access to [xmake-io/technical-support](https://github.com/xmake-io/technical-support) repository to get more consulting related information. + +You will get: + +- [x] Handling Issues with higher priority +- [x] One-to-one technical consulting service + ## Introduction ([中文](/README_zh.md)) Xmake is a lightweight cross-platform build utility based on Lua. @@ -565,16 +575,6 @@ with: xmake-version: latest ``` -## Technical Support - -We also provide paid technical support to help users quickly solve related problems. For details, please click the image link below: - -<a href="https://xscode.com/waruqi/xmake"> -<img src="https://tboox.org/assets/img/xmake-xscode.png" width="650px" /> -</a> - -Or you can also consider sponsoring us to get technical support services, [[Become a sponsor](https://xmake.io/#/about/sponsor)] - ## Who is using Xmake? Please click [User List](https://xmake.io/#/about/who_is_using_xmake) to view the complete user list. diff --git a/README_zh.md b/README_zh.md index 16fa11d69..f8716bbd8 100644 --- a/README_zh.md +++ b/README_zh.md @@ -57,6 +57,15 @@ <a href="https://opencollective.com/xmake#sponsors" target="_blank"><img src="https://opencollective.com/xmake/sponsors.svg?width=890"></a> <a href="https://opencollective.com/xmake#backers" target="_blank"><img src="https://opencollective.com/xmake/backers.svg?width=600"></a> +## 技术支持 + +你也可以考虑通过 [[Github 的赞助计划](https://github.com/sponsors/waruqi)] 赞助我们来获取额外的技术支持服务,然后你就能获取 [xmake-io/technical-support](https://github.com/xmake-io/technical-support) 仓库的访问权限,获取更多技术咨询相关的信息。 + +你能够获取到以下技术支持: + +- [x] 更高优先级的 Issues 问题处理 +- [x] 一对一技术咨询服务 + ## 简介 Xmake 是一个基于 Lua 的轻量级跨平台构建工具。 @@ -573,16 +582,6 @@ with: xmake-version: latest ``` -## 技术支持 - -我们也提供付费的技术支持来为帮助用户快速解决相关问题,具体详情请点击下面的图片链接: - -<a href="https://xscode.com/waruqi/xmake"> -<img src="https://tboox.org/assets/img/xmake-xscode.png" width="650px" /> -</a> - -或者你也可以考虑赞助我们也获取技术支持服务,[[成为赞助商](https://xmake.io/#/zh-cn/about/sponsor)] - ## 谁在使用 Xmake? 请点击 [用户列表](https://xmake.io/#/zh-cn/about/who_is_using_xmake) 查看完整用户使用列表。 |
