summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-05-15 17:27:18 +0800
committerruki <[email protected]>2022-05-15 17:27:18 +0800
commit665521577b810bae79b8ce1ae70a06c7287b667b (patch)
treeba7f22300330b073538801b9cf9fb40dadb5801a
parentbf373547f2361b71bba2e90404ce8d0ac3eb4c2c (diff)
update readme
-rw-r--r--README.md2
-rw-r--r--README_zh.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1d12d2c54..829110e78 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ It uses xmake.lua to maintain project builds with a very simple and readable syn
We can use it to build projects directly like Make/Ninja or generate project files like CMake/Meson. It also has a built-in package management system to help users integrate C/C++ dependencies.
```
-Xmake = Build backend + Project Generator + Package Manager
+Xmake = Build backend + Project Generator + Package Manager + [Remote|Distributed] Compilation
```
If you want to know more, please refer to: [Documents](https://xmake.io/#/getting_started), [Github](https://github.com/xmake-io/xmake) and [Gitee](https://gitee.com/tboox/xmake). You are also welcome to join our [community](https://xmake.io/#/about/contact).
diff --git a/README_zh.md b/README_zh.md
index b6929eb9a..c4d1ef8a6 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -78,7 +78,7 @@ Xmake 是一个基于 Lua 的轻量级跨平台构建工具。
目前,Xmake 主要用于 C/C++ 项目的构建,但是同时也支持其他 native 语言的构建,可以实现跟 C/C++ 进行混合编译,同时编译速度也是非常的快,可以跟 Ninja 持平。
```
-Xmake = Build backend + Project Generator + Package Manager
+Xmake = Build backend + Project Generator + Package Manager + [Remote|Distributed] Compilation
```
如果你想要了解更多,请参考:[在线文档](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).