Skip to content

Commit

Permalink
Fixed issue #188. [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
pigpigyyy committed Jan 31, 2025
1 parent ad37591 commit 8124020
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion doc/docs/doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand All @@ -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
Expand Down
8 changes: 7 additions & 1 deletion doc/docs/zh/doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export 🌛 = "月之脚本"

 然后从路径 **bin/shared/yue.so** 获取二进制文件。

* **二进制工具**
* **构建二进制工具**

 克隆项目仓库,然后构建并安装可执行文件:
```
Expand All @@ -120,6 +120,12 @@ export 🌛 = "月之脚本"
> make install NO_LUA=true
```

* **下载预编译的二进制程序**

 您可以下载预编译的二进制程序,包括兼容不同 Lua 版本的二进制可执行文件和库文件。

 [这里](https://github.com/IppClub/YueScript/releases)下载预编译的二进制程序。

## 使用方法

### Lua 模块
Expand Down

0 comments on commit 8124020

Please sign in to comment.