From c5065e1f204e355a2e52353d4d17e440e25f56b5 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 26 Nov 2018 22:16:20 +0800 Subject: [PATCH] update readme --- README.md | 6 ++++++ README_zh.md | 6 ++++++ 2 files changed, 12 insertions(+) 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)