aboutsummaryrefslogtreecommitdiff
path: root/doc/docs/doc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/docs/doc/README.md')
-rwxr-xr-xdoc/docs/doc/README.md8
1 files changed, 7 insertions, 1 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