Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Mar 31, 2024
1 parent 63afeb0 commit 3f1b320
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,32 @@

A plugin engine for running LLSE plugins on LeviLamina

## Install
## Installation

To install all engines as a whole, you can use the following command:
To install QuickJs and Lua engine, you can use the following command:

```sh
```shell
lip install github.com/LiteLDev/LegacyScriptEngine
```

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

```sh
```shell
lip install gitea.litebds.com/LiteLDev/legacy-script-engine-lua

lip install gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs

lip install gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs

lip install gitea.litebds.com/LiteLDev/legacy-script-engine-python
```

To upgrade engines, you can use the following command:

```shell
lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-lua
lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-quickjs
lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-nodejs
lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python
```

## Usage

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

0 comments on commit 3f1b320

Please sign in to comment.