diff options
| author | ruki <[email protected]> | 2020-12-08 22:35:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-08 22:35:52 +0800 |
| commit | 3415c225d8f047c7ebb1cab1b28b21d9e12efed0 (patch) | |
| tree | dbbbc74dd47769d86be779c1afcd10a48467ad39 | |
| parent | 2df1f91719dfa27adb2a342e168b2e5e3aab6588 (diff) | |
update readme
| -rw-r--r-- | README.md | 4 | ||||
| -rw-r--r-- | README_zh.md | 4 |
2 files changed, 2 insertions, 6 deletions
@@ -61,9 +61,7 @@ xmake is a lightweight cross-platform build utility based on Lua. It uses xmake. It can compile the project directly like Make/Ninja, or generate project files like CMake/Meson, and it also has a built-in package management system to help users solve the integrated use of C/C++ dependent libraries. -If you want to know more, please refer to: [Documents](https://xmake.io/#/home), [Github](https://github.com/xmake-io/xmake) and [Gitee](https://gitee.com/tboox/xmake) - -Also welcome to join our [community](https://xmake.io/#/about/contact). +If you want to know more, please refer to: [Documents](https://xmake.io/#/home), [Github](https://github.com/xmake-io/xmake) and [Gitee](https://gitee.com/tboox/xmake) and also welcome to join our [community](https://xmake.io/#/about/contact).  diff --git a/README_zh.md b/README_zh.md index f5cd36f8d..6df32cf83 100644 --- a/README_zh.md +++ b/README_zh.md @@ -63,9 +63,7 @@ xmake 是一个基于 Lua 的轻量级跨平台构建工具,使用 xmake.lua � 目前,xmake主要用于C/C++项目的构建,但是同时也支持其他native语言的构建,可以实现跟C/C++进行混合编译,同时编译速度也是非常的快,可以跟Ninja持平。 -如果你想要了解更多,请参考:[在线文档](https://xmake.io/#/zh-cn/getting_started), [Github](https://github.com/xmake-io/xmake)以及[Gitee](https://gitee.com/tboox/xmake) - -也欢迎加入我们的 [社区](https://xmake.io/#/zh-ch/about/contact). +如果你想要了解更多,请参考:[在线文档](https://xmake.io/#/zh-cn/getting_started), [Github](https://github.com/xmake-io/xmake)以及[Gitee](https://gitee.com/tboox/xmake),同时也欢迎加入我们的 [社区](https://xmake.io/#/zh-ch/about/contact).  |
