2
2
3
3
A plugin engine for running LLSE plugins on LeviLamina
4
4
5
- ## Install
5
+ ## Installation
6
6
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:
8
8
9
- ``` sh
9
+ ``` shell
10
10
lip install github.com/LiteLDev/LegacyScriptEngine
11
11
```
12
12
13
13
To install a specific engine, you can use the following command:
14
14
15
- ``` sh
15
+ ``` shell
16
16
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-lua
17
-
18
17
lip 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
19
29
```
20
30
21
31
## Usage
@@ -26,6 +36,8 @@ lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs
26
36
27
37
3 . To load them, you need to restart the server.
28
38
39
+ For more information, please refer to [ the documentation] ( https://lse.liteldev.com ) .
40
+
29
41
## Contributing
30
42
31
43
If you have any questions, please open an issue to discuss it.
@@ -34,4 +46,4 @@ PRs are welcome.
34
46
35
47
## License
36
48
37
- GPL-3.0-only © LiteLDev
49
+ GPL-3.0-or-later © LiteLDev
0 commit comments