From 4a858cc597b62dddd4e21d55460bf888e03f3cef Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 21 May 2022 12:42:54 +0800 Subject: update readme --- README.md | 7 ++++++- README_zh.md | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 200648360..af39cc0fe 100644 --- a/README.md +++ b/README.md @@ -306,6 +306,7 @@ c51 Keil development tools for the 8051 Microcontroller Architecture * A large number of expansion modules * Remote compilation support * Distributed compilation support +* Local and remote build cache support ## Supported Projects @@ -338,10 +339,14 @@ c51 Keil development tools for the 8051 Microcontroller Architecture For more details see: [#274](https://github.com/xmake-io/xmake/issues/274) -## Remote compilation +## Remote Compilation For more details see: [#622](https://github.com/xmake-io/xmake/issues/622) +## Local/Remote Build Cache + +For more details see: [#622](https://github.com/xmake-io/xmake/issues/2371) + ## More Examples #### Debug and release profiles diff --git a/README_zh.md b/README_zh.md index 79c6c50a6..d5c551ac1 100644 --- a/README_zh.md +++ b/README_zh.md @@ -314,6 +314,7 @@ c51 Keil development tools for the 8051 Microcontroller Architecture * 丰富的扩展模块支持 * 远程编译支持 * 分布式编译支持 +* 内置的本地和远程编译缓存支持 ## 工程类型 @@ -350,6 +351,10 @@ c51 Keil development tools for the 8051 Microcontroller Architecture 更多详情见:[#622](https://github.com/xmake-io/xmake/issues/622) +## 本地和远程编译缓存 + +更多详情见: [#622](https://github.com/xmake-io/xmake/issues/2371) + ## 更多例子 #### Debug 和 Release模式 -- cgit v1.3.1