Skip to content

Commit 3f1b320

Browse files
committed
chore: update README.md
1 parent 63afeb0 commit 3f1b320

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,32 @@
22

33
A 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
1010
lip install github.com/LiteLDev/LegacyScriptEngine
1111
```
1212

1313
To install a specific engine, you can use the following command:
1414

15-
```sh
15+
```shell
1616
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-lua
17-
1817
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs
19-
2018
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs
21-
2219
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-python
2320
```
2421

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
29+
```
30+
2531
## Usage
2632

2733
1. Put LLSE plugins directly in `/path/to/bedrock_dedicated_server/plugins/`

0 commit comments

Comments
 (0)