Skip to content

Commit 3c3ea9d

Browse files
committed
docs: update readme
1 parent 7066d56 commit 3c3ea9d

File tree

4 files changed

+18
-45
lines changed

4 files changed

+18
-45
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
on:
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

614
jobs:

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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+
1618
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs
1719
```
1820

docs/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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+
1818
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs
1919
```
2020

docs/index.zh.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)