Skip to content

Commit ed60b8f

Browse files
committed
docs: update index
1 parent 2121eec commit ed60b8f

File tree

2 files changed

+31
-9
lines changed

2 files changed

+31
-9
lines changed

docs/index.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,30 @@
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
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

2737
3. 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

3143
If 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

docs/index.zh.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,28 @@
44

55
## 安装
66

7-
要一次性安装所有引擎,您可以使用以下命令:
7+
要一次性安装QuickJs和Lua引擎,您可以使用以下命令:
88

99
```sh
1010
lip install github.com/LiteLDev/LegacyScriptEngine
1111
```
1212

1313
要安装特定的引擎,您可以使用以下命令:
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
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+
要升级特定引擎,您可以使用以下命令:
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
## 使用

0 commit comments

Comments
 (0)