summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-10-27 20:06:56 +0800
committerGitHub <[email protected]>2021-10-27 20:06:56 +0800
commit0330837144456c27559b61e2819c566cfebdd16f (patch)
tree62d2e0cb428f0b9f25952a5abc538a49312d8905
parente3ec4dcf0e78eb6c3f25db3cff8c017b9cad9528 (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index a651bc525..db603e4ed 100644
--- a/README.md
+++ b/README.md
@@ -64,6 +64,10 @@ 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.
+```
+Xmake = Build backend + Project Generator + Package Manager
+```
+
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) and also welcome to join our [community](https://xmake.io/#/about/contact).
![](https://xmake.io/assets/img/index/xmake-basic-render.gif)