diff options
Diffstat (limited to 'doc/docs/doc/README.md')
-rwxr-xr-x | doc/docs/doc/README.md | 8 |
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 |