summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-05-24 00:59:49 +0800
committerruki <[email protected]>2022-05-24 00:59:49 +0800
commit0620f67d7ded41baab862a4a5f46323971712429 (patch)
tree2c055efbad33f2d8ff036ca0eaac617235e3c9d9
parentfb22a0cfa1c8f26c160ff12220e189dd2f50568e (diff)
update readme
-rw-r--r--README.md12
-rw-r--r--README_zh.md14
2 files changed, 13 insertions, 13 deletions
diff --git a/README.md b/README.md
index 07d11da0b..8feb7569a 100644
--- a/README.md
+++ b/README.md
@@ -337,15 +337,15 @@ c51 Keil development tools for the 8051 Microcontroller Architecture
- [x] Support for real time compressed transfer of large files (lz4)
- [x] Almost zero configuration cost, no shared filesystem required, more convenience and security
-For more details see: [#274](https://github.com/xmake-io/xmake/issues/274)
+About distributed compilation and build cache, you can see:
-## Remote Compilation
-
-For more details see: [#622](https://github.com/xmake-io/xmake/issues/622)
+- [Distributed Compilation](https://xmake.io/#/guide/other_features?id=distributed-compilation)
+- [Local Build Cache](https://xmake.io/#/guide/other_features?id=local-compilation-cache)
+- [Remote Build Cache](https://xmake.io/#/guide/other_features?id=remote-compilation-cache)
-## Local/Remote Build Cache
+## Remote Compilation
-For more details see: [#622](https://github.com/xmake-io/xmake/issues/2371)
+For more details see: [Remote Compilation](https://xmake.io/#/guide/other_features?id=remote-compilation)
## More Examples
diff --git a/README_zh.md b/README_zh.md
index a5cbd3397..3588e8883 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -335,7 +335,7 @@ c51 Keil development tools for the 8051 Microcontroller Architecture
* C++20 模块
* Linux 内核驱动模块
-## 分布式编译
+## 分布式编译和缓存
- [x] 跨平台支持
- [x] 支持 msvc, clang, gcc 和交叉编译工具链
@@ -345,15 +345,15 @@ c51 Keil development tools for the 8051 Microcontroller Architecture
- [x] 支持大文件实时压缩传输 (lz4)
- [x] 几乎零配置成本,无需共享文件系统,更加方便和安全
-更多详情见:[#274](https://github.com/xmake-io/xmake/issues/274)
+关于分布式编译和缓存,可以见下面的文档。
-## 远程编译
-
-更多详情见:[#622](https://github.com/xmake-io/xmake/issues/622)
+- [分布式编译](https://xmake.io/#/zh-cn/guide/other_features?id=%e5%88%86%e5%b8%83%e5%bc%8f%e7%bc%96%e8%af%91)
+- [本地编译缓存](https://xmake.io/#/zh-cn/guide/other_features?id=%e6%9c%ac%e5%9c%b0%e7%bc%96%e8%af%91%e7%bc%93%e5%ad%98)
+- [远程编译缓存](https://xmake.io/#/zh-cn/guide/other_features?id=%e8%bf%9c%e7%a8%8b%e7%bc%96%e8%af%91%e7%bc%93%e5%ad%98)
-## 本地和远程编译缓存
+## 远程编译
-更多详情见: [#622](https://github.com/xmake-io/xmake/issues/2371)
+更多详情见:[远程编译](https://xmake.io/#/zh-cn/guide/other_features?id=%e8%bf%9c%e7%a8%8b%e7%bc%96%e8%af%91)
## 更多例子