diff options
-rwxr-xr-x | doc/docs/doc/README.md | 8 | ||||
-rwxr-xr-x | doc/docs/zh/doc/README.md | 8 |
2 files changed, 14 insertions, 2 deletions
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 🌛 = "月之脚本" | |||
103 | 103 | ||
104 |  Then get the binary file from path **bin/shared/yue.so**. | 104 |  Then get the binary file from path **bin/shared/yue.so**. |
105 | 105 | ||
106 | * **Binary Tool** | 106 | * **Build Binary Tool** |
107 | 107 | ||
108 |  Clone this repo, then build and install executable with: | 108 |  Clone this repo, then build and install executable with: |
109 | ``` | 109 | ``` |
@@ -120,6 +120,12 @@ export 🌛 = "月之脚本" | |||
120 | > make install NO_LUA=true | 120 | > make install NO_LUA=true |
121 | ``` | 121 | ``` |
122 | 122 | ||
123 | * **Download Precompiled Binary** | ||
124 | |||
125 |  You can download precompiled binary files, including binary executable files compatible with different Lua versions and library files. | ||
126 | |||
127 |  Download precompiled binary files from [here](https://github.com/IppClub/YueScript/releases). | ||
128 | |||
123 | ## Usage | 129 | ## Usage |
124 | 130 | ||
125 | ### Lua Module | 131 | ### 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 🌛 = "月之脚本" | |||
103 | 103 | ||
104 |  然后从路径 **bin/shared/yue.so** 获取二进制文件。 | 104 |  然后从路径 **bin/shared/yue.so** 获取二进制文件。 |
105 | 105 | ||
106 | * **二进制工具** | 106 | * **构建二进制工具** |
107 | 107 | ||
108 |  克隆项目仓库,然后构建并安装可执行文件: | 108 |  克隆项目仓库,然后构建并安装可执行文件: |
109 | ``` | 109 | ``` |
@@ -120,6 +120,12 @@ export 🌛 = "月之脚本" | |||
120 | > make install NO_LUA=true | 120 | > make install NO_LUA=true |
121 | ``` | 121 | ``` |
122 | 122 | ||
123 | * **下载预编译的二进制程序** | ||
124 | |||
125 |  您可以下载预编译的二进制程序,包括兼容不同 Lua 版本的二进制可执行文件和库文件。 | ||
126 | |||
127 |  在[这里](https://github.com/IppClub/YueScript/releases)下载预编译的二进制程序。 | ||
128 | |||
123 | ## 使用方法 | 129 | ## 使用方法 |
124 | 130 | ||
125 | ### Lua 模块 | 131 | ### Lua 模块 |