Skip to content

Commit 3b8d941

Browse files
committed
docs: update installation guide
1 parent d3cc8ab commit 3b8d941

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ A plugin engine for running LLSE plugins on LeviLamina
44

55
## Install
66

7+
### Lua Engine
8+
9+
```sh
10+
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-lua
11+
```
12+
13+
### QuickJs Engine
14+
715
```sh
8-
lip install github.com/LiteLDev/LegacyScriptEngine
16+
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs
917
```
1018

1119
## Usage

docs/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@ A plugin engine for running LLSE plugins on LeviLamina
66

77
Before installing, you need to install a suitable version of LeviLamina server.
88

9+
### Lua Engine
10+
11+
```sh
12+
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-lua
13+
```
14+
15+
### QuickJs Engine
16+
917
```sh
10-
lip install github.com/LiteLDev/LegacyScriptEngine
18+
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs
1119
```
1220

1321
## Usage

docs/index.zh.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@
66

77
在安装之前,您需要安装合适版本的LeviLamina服务器。
88

9+
### Lua引擎
10+
11+
```sh
12+
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-lua
13+
```
14+
15+
### QuickJs引擎
16+
917
```sh
10-
lip install github.com/LiteLDev/LegacyScriptEngine
18+
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs
1119
```
1220

1321
## 用法
@@ -26,4 +34,4 @@ lip install github.com/LiteLDev/LegacyScriptEngine
2634

2735
## 执照
2836

29-
仅 GPL-3.0 © LiteLDev
37+
仅 GPL-3.0 © LiteLDev

0 commit comments

Comments
 (0)