diff --git a/README.md b/README.md
index b0727d4..54605d3 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,8 @@ Similar to the kernel kernel's menuconf to configure the compilation parameters,
Refer to kconfig-frontends for style rendering. Of course, users can customize different ui styles.
+
+
## Build
We need install the cross-platform build utility [xmake](https://github.com/tboox/xmake) first.
diff --git a/README_zh.md b/README_zh.md
index 2f139c1..88317fd 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -35,6 +35,8 @@ LTUI是一个基于lua的跨平台字符终端UI界面库。
此框架源于[xmake](https://github.com/tboox/xmake)中图形化菜单配置的需求,类似linux kernel的menuconf去配置编译参数,因此基于curses和lua实现了一整套跨平台的字符终端ui库。
而样式风格基本上完全参照的kconfig-frontends,当然用户也可以自己定制不同的ui风格。
+
+
## 编译
我们需要先安装跨平台构建工具:[xmake](https://github.com/tboox/xmake)