From 3f1b3204162fd226601058bd9179ad501a1d94cc Mon Sep 17 00:00:00 2001 From: ShrBox Date: Sun, 31 Mar 2024 15:42:31 +0800 Subject: [PATCH] chore: update README.md --- README.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 68adc0d0..7c2bbb06 100644 --- a/README.md +++ b/README.md @@ -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/`。