diff options
| author | ruki <[email protected]> | 2022-12-16 23:02:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-16 23:02:46 +0800 |
| commit | 101230c6f06cc46f9d40f1ef4dd35b492e17f73c (patch) | |
| tree | a5fc5e79b78a45a7122b18b0f5a789274acb5e84 | |
| parent | cd797cba38b5e16e86e9a1dfb415ab4604b136ec (diff) | |
update readme
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | README_zh.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -83,7 +83,7 @@ Xmake = Build backend + Project Generator + Package Manager + [Remote|Distribute Although not very precise, we can still understand Xmake in the following way: ``` -Xmake ~= Make/Ninja + CMake/Meson + Vcpkg/Conan + distcc + ccache/sccache +Xmake ≈ Make/Ninja + CMake/Meson + Vcpkg/Conan + distcc + ccache/sccache ``` 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 37919ccbc..38f38c6f7 100644 --- a/README_zh.md +++ b/README_zh.md @@ -84,7 +84,7 @@ Xmake = Build backend + Project Generator + Package Manager + [Remote|Distribute 尽管不是很准确,但我们还是可以把 Xmake 按下面的方式来理解: ``` -Xmake ~= Make/Ninja + CMake/Meson + Vcpkg/Conan + distcc + ccache/sccache +Xmake ≈ Make/Ninja + CMake/Meson + Vcpkg/Conan + distcc + ccache/sccache ``` |
