diff --git a/README.md b/README.md
index 61a4fdc..8e10dea 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,12 @@ Refer to kconfig-frontends for style rendering. Of course, users can customize d
+## Installation
+
+```console
+$ luarocks install ltui
+```
+
## 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 7f99839..f5dd81a 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -37,6 +37,12 @@ LTUI是一个基于lua的跨平台字符终端UI界面库。
+## 安装
+
+```console
+$ luarocks install ltui
+```
+
## 编译
我们需要先安装跨平台构建工具:[xmake](https://github.com/tboox/xmake)