22
33A plugin engine for running LLSE plugins on LeviLamina
44
5- ## Install
5+ ## Installation
66
7- To install all engines as a whole , you can use the following command:
7+ To install QuickJs and Lua engine , you can use the following command:
88
9- ``` sh
9+ ``` shell
1010lip install github.com/LiteLDev/LegacyScriptEngine
1111```
1212
1313To install a specific engine, you can use the following command:
1414
15- ``` sh
15+ ``` shell
1616lip install gitea.litebds.com/LiteLDev/legacy-script-engine-lua
17-
1817lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs
18+ lip install gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs
19+ lip install gitea.litebds.com/LiteLDev/legacy-script-engine-python
20+ ```
21+
22+ To upgrade engines, you can use the following command:
23+
24+ ``` shell
25+ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-lua
26+ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs
27+ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs
28+ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python
1929```
2030
2131## Usage
@@ -26,6 +36,8 @@ lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs
2636
27373 . To load them, you need to restart the server.
2838
39+ For more information, please refer to [ the documentation] ( https://lse.liteldev.com ) .
40+
2941## Contributing
3042
3143If you have any questions, please open an issue to discuss it.
@@ -34,4 +46,4 @@ PRs are welcome.
3446
3547## License
3648
37- GPL-3.0-only © LiteLDev
49+ GPL-3.0-or-later © LiteLDev
0 commit comments