From 18bd178bbd9bc1c4e0b559a49e41d32a8d247245 Mon Sep 17 00:00:00 2001 From: "Sijie.Sun" Date: Sat, 6 Sep 2025 17:02:31 +0800 Subject: [PATCH] update readme to fix script installation command (#1341) --- README.md | 2 +- README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fbe682..dff6502 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ cargo install --git https://github.com/EasyTier/EasyTier.git easytier # See https://easytier.cn/en/guide/installation.html#installation-methods # 4. Linux Quick Install -wget -O- https://raw.githubusercontent.com/EasyTier/EasyTier/main/script/install.sh | sudo bash +wget -O- https://raw.githubusercontent.com/EasyTier/EasyTier/main/script/install.sh | sudo bash -s install # 5. MacOS via Homebrew brew tap brewforge/chinese diff --git a/README_CN.md b/README_CN.md index a07c5e1..b23ef40 100644 --- a/README_CN.md +++ b/README_CN.md @@ -59,7 +59,7 @@ cargo install --git https://github.com/EasyTier/EasyTier.git easytier # 参见 https://easytier.cn/guide/installation.html#%E5%AE%89%E8%A3%85%E6%96%B9%E5%BC%8F # 4. Linux 快速安装 -wget -O- https://raw.githubusercontent.com/EasyTier/EasyTier/main/script/install.sh | sudo bash +wget -O- https://raw.githubusercontent.com/EasyTier/EasyTier/main/script/install.sh | sudo bash -s install # 5. MacOS 通过 Homebrew 安装 brew tap brewforge/chinese