File tree Expand file tree Collapse file tree 4 files changed +18
-45
lines changed Expand file tree Collapse file tree 4 files changed +18
-45
lines changed Original file line number Diff line number Diff line change 11on :
22 pull_request :
3+ paths :
4+ - .github/workflows/build.yml
5+ - src/**
6+ - xmake.lua
37 push :
8+ paths :
9+ - .github/workflows/build.yml
10+ - src/**
11+ - xmake.lua
412 workflow_dispatch :
513
614jobs :
Original file line number Diff line number Diff line change @@ -4,15 +4,17 @@ A plugin engine for running LLSE plugins on LeviLamina
44
55## Install
66
7- ### Lua Engine
7+ To install all engines as a whole, you can use the following command:
88
99``` sh
10- lip install gitea.litebds. com/LiteLDev/legacy-script-engine-lua
10+ lip install github. com/LiteLDev/LegacyScriptEngine
1111```
1212
13- ### QuickJs Engine
13+ To install a specific engine, you can use the following command:
1414
1515``` sh
16+ lip install gitea.litebds.com/LiteLDev/legacy-script-engine-lua
17+
1618lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs
1719```
1820
Original file line number Diff line number Diff line change @@ -4,17 +4,17 @@ A plugin engine for running LLSE plugins on LeviLamina
44
55## Install
66
7- Before installing, you need to install a suitable version of LeviLamina server.
8-
9- ### Lua Engine
7+ To install all engines as a whole, you can use the following command:
108
119``` sh
12- lip install gitea.litebds. com/LiteLDev/legacy-script-engine-lua
10+ lip install github. com/LiteLDev/LegacyScriptEngine
1311```
1412
15- ### QuickJs Engine
13+ To install a specific engine, you can use the following command:
1614
1715``` sh
16+ lip install gitea.litebds.com/LiteLDev/legacy-script-engine-lua
17+
1818lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs
1919```
2020
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments