aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2025-01-31 20:53:49 +0800
committerLi Jin <dragon-fly@qq.com>2025-01-31 20:53:53 +0800
commit8124020b3827a8f86970ef8f1efb164e5e110755 (patch)
tree0e88dc593cfe82f5ce8755b80429523bdda73b47
parentad375912e79ea388764e52b1d89cb3293164b6f7 (diff)
downloadyuescript-8124020b3827a8f86970ef8f1efb164e5e110755.tar.gz
yuescript-8124020b3827a8f86970ef8f1efb164e5e110755.tar.bz2
yuescript-8124020b3827a8f86970ef8f1efb164e5e110755.zip
Fixed issue #188. [skip CI]v0.26.3
-rwxr-xr-xdoc/docs/doc/README.md8
-rwxr-xr-xdoc/docs/zh/doc/README.md8
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&emsp;Then get the binary file from path **bin/shared/yue.so**. 104&emsp;Then get the binary file from path **bin/shared/yue.so**.
105 105
106* **Binary Tool** 106* **Build Binary Tool**
107 107
108&emsp;Clone this repo, then build and install executable with: 108&emsp;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&emsp;You can download precompiled binary files, including binary executable files compatible with different Lua versions and library files.
126
127&emsp;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&emsp;然后从路径 **bin/shared/yue.so** 获取二进制文件。 104&emsp;然后从路径 **bin/shared/yue.so** 获取二进制文件。
105 105
106* **二进制工具** 106* **构建二进制工具**
107 107
108&emsp;克隆项目仓库,然后构建并安装可执行文件: 108&emsp;克隆项目仓库,然后构建并安装可执行文件:
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&emsp;您可以下载预编译的二进制程序,包括兼容不同 Lua 版本的二进制可执行文件和库文件。
126
127&emsp;在[这里](https://github.com/IppClub/YueScript/releases)下载预编译的二进制程序。
128
123## 使用方法 129## 使用方法
124 130
125### Lua 模块 131### Lua 模块