From 8124020b3827a8f86970ef8f1efb164e5e110755 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 31 Jan 2025 20:53:49 +0800 Subject: Fixed issue #188. [skip CI] --- doc/docs/doc/README.md | 8 +++++++- doc/docs/zh/doc/README.md | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md index e1ba56e..4eec2d5 100755 --- a/doc/docs/doc/README.md +++ b/doc/docs/doc/README.md @@ -103,7 +103,7 @@ export 🌛 = "月之脚本"  Then get the binary file from path **bin/shared/yue.so**. -* **Binary Tool** +* **Build Binary Tool**  Clone this repo, then build and install executable with: ``` @@ -120,6 +120,12 @@ export 🌛 = "月之脚本" > make install NO_LUA=true ``` +* **Download Precompiled Binary** + + You can download precompiled binary files, including binary executable files compatible with different Lua versions and library files. + + Download precompiled binary files from [here](https://github.com/IppClub/YueScript/releases). + ## Usage ### Lua Module diff --git a/doc/docs/zh/doc/README.md b/doc/docs/zh/doc/README.md index 5e28122..c3a5b76 100755 --- a/doc/docs/zh/doc/README.md +++ b/doc/docs/zh/doc/README.md @@ -103,7 +103,7 @@ export 🌛 = "月之脚本"  然后从路径 **bin/shared/yue.so** 获取二进制文件。 -* **二进制工具** +* **构建二进制工具**  克隆项目仓库,然后构建并安装可执行文件: ``` @@ -120,6 +120,12 @@ export 🌛 = "月之脚本" > make install NO_LUA=true ``` +* **下载预编译的二进制程序** + + 您可以下载预编译的二进制程序,包括兼容不同 Lua 版本的二进制可执行文件和库文件。 + + 在[这里](https://github.com/IppClub/YueScript/releases)下载预编译的二进制程序。 + ## 使用方法 ### Lua 模块 -- cgit v1.2.3-55-g6feb