From 45fa6dec72ce9d526f24728d9018a7c9c79c2bc2 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 8 Feb 2019 23:33:38 +0800 Subject: [PATCH] update xmake github url --- README.md | 4 ++-- README_zh.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7b54aa9..55c4ea1 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ LTUI is a cross-platform terminal ui library based on Lua. -This framework originated from the requirements of graphical menu configuration in [xmake](https://github.com/tboox/xmake). +This framework originated from the requirements of graphical menu configuration in [xmake](https://github.com/xmake-io/xmake). Similar to the linux kernel's menuconf to configure the compilation parameters, so using curses and lua to implement a cross-platform character terminal ui library. Refer to kconfig-frontends for style rendering. Of course, users can customize different ui styles. @@ -57,7 +57,7 @@ $ luarocks install ltui ## Build -We need install the cross-platform build utility [xmake](https://github.com/tboox/xmake) first. +We need install the cross-platform build utility [xmake](https://github.com/xmake-io/xmake) first. ```console $ xmake diff --git a/README_zh.md b/README_zh.md index 89c8802..d840d9b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -43,7 +43,7 @@ LTUI是一个基于lua的跨平台字符终端UI界面库。 -此框架源于[xmake](https://github.com/tboox/xmake)中图形化菜单配置的需求,类似linux kernel的menuconf去配置编译参数,因此基于curses和lua实现了一整套跨平台的字符终端ui库。 +此框架源于[xmake](https://github.com/xmake-io/xmake)中图形化菜单配置的需求,类似linux kernel的menuconf去配置编译参数,因此基于curses和lua实现了一整套跨平台的字符终端ui库。 而样式风格基本上完全参照的kconfig-frontends,当然用户也可以自己定制不同的ui风格。 @@ -56,7 +56,7 @@ $ luarocks install ltui ## 编译 -我们需要先安装跨平台构建工具:[xmake](https://github.com/tboox/xmake) +我们需要先安装跨平台构建工具:[xmake](https://github.com/xmake-io/xmake) ```console $ xmake