diff options
| author | ruki <[email protected]> | 2021-05-26 23:28:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-05-26 23:28:40 +0800 |
| commit | 569a2d4f828654e042308c82b67b1108de4ef433 (patch) | |
| tree | 1e2c5ca08cfaf62ca9c9463b014f63cac84d5938 | |
| parent | 5c8eee42b275fed2f7b56200dcc30658463cff85 (diff) | |
update readme
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | README_zh.md | 7 |
2 files changed, 5 insertions, 3 deletions
@@ -554,3 +554,4 @@ This project exists thanks to all the people who have [contributed](CONTRIBUTING * [TitanSnow](https://github.com/TitanSnow): provide the xmake [logo](https://github.com/TitanSnow/ts-xmake-logo) and install scripts * [uael](https://github.com/uael): provide the semantic versioning library [sv](https://github.com/uael/sv) * [OpportunityLiu](https://github.com/OpportunityLiu): improve cuda, tests and ci +* [xq144](https://github.com/xq114): Improve `xrepo env shell`, and contribute a lot of packages to the [xmake-repo](https://github.com/xmake-io/xmake-repo) repository. diff --git a/README_zh.md b/README_zh.md index 1898db6ad..1c3285c2b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -557,7 +557,8 @@ $ ./gradlew app:assembleDebug 感谢所有对xmake有所[贡献](CONTRIBUTING.md)的人: <a href="https://github.com/xmake-io/xmake/graphs/contributors"><img src="https://opencollective.com/xmake/contributors.svg?width=890&button=false" /></a> -* [TitanSnow](https://github.com/TitanSnow): 提供xmake [logo](https://github.com/TitanSnow/ts-xmake-logo) 和安装脚本 -* [uael](https://github.com/uael): 提供语义版本跨平台c库 [sv](https://github.com/uael/sv) -* [OpportunityLiu](https://github.com/OpportunityLiu): 改进cuda构建, tests框架和ci +* [TitanSnow](https://github.com/TitanSnow): 提供xmake [logo](https://github.com/TitanSnow/ts-xmake-logo) 和安装脚本。 +* [uael](https://github.com/uael): 提供语义版本跨平台c库 [sv](https://github.com/uael/sv)。 +* [OpportunityLiu](https://github.com/OpportunityLiu): 改进cuda构建, tests框架和ci。 +* [xq144](https://github.com/xq114): 改进 `xrepo env shell`,并贡献大量包到 [xmake-repo](https://github.com/xmake-io/xmake-repo) 仓库。 |
