From 856c81b04f53b2ee7ae974b035a827d0ebda0289 Mon Sep 17 00:00:00 2001 From: ShrBox Date: Sun, 8 Jan 2023 21:42:16 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +--- README_zh-cn.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index faea697a98..a1c91ddca0 100644 --- a/README.md +++ b/README.md @@ -146,9 +146,7 @@ We do not recommend you to use Wine due to BDS 1.19.20+ on Wine has a performanc #### Installation script(Ubuntu) ``` -wget https://github.com/LiteLDev/LiteLoaderBDS/raw/develop/scripts/install.sh -chmod +x install.sh -./install.sh +wget https://github.com/LiteLDev/LiteLoaderBDS/raw/develop/scripts/install.sh && sh install.sh ``` #### Docker diff --git a/README_zh-cn.md b/README_zh-cn.md index 9dbc2a6f70..3604b58135 100644 --- a/README_zh-cn.md +++ b/README_zh-cn.md @@ -128,9 +128,7 @@ mc.listen("onServerStarted", () => { #### 安装脚本(Ubuntu) ``` -wget https://github.com/LiteLDev/LiteLoaderBDS/raw/develop/scripts/install.sh -chmod +x install.sh -./install.sh +wget https://github.com/LiteLDev/LiteLoaderBDS/raw/develop/scripts/install.sh && sh install.sh ``` #### Docker