From a479c62271b9f44eb523b75f35a8540752a4083f Mon Sep 17 00:00:00 2001 From: wcwq98 <85041970+wcwq98@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:03:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=AB=AF=E5=8F=A3=E6=AE=B5?= =?UTF-8?q?=E8=BD=AC=E5=8F=91=E5=B9=B6=E4=BC=98=E5=8C=96=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a53133..4e13deb 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,11 @@ realm 转发状态:未启用 ## 一键脚本: 国内或v6 only可用(推荐) ``` -curl -L https://host.wxgwxha.eu.org/https://raw.githubusercontent.com/wcwq98/realm/refs/heads/main/realm.sh -o realm.sh && chmod +x realm.sh && sudo ./realm.sh +curl -L https://host.wxgwxha.eu.org/https://github.com/wcwq98/realm/releases/download/V1.1/realm.sh +``` +或 +``` +curl -L https://github.com/wcwq98/realm/releases/download/V1.1/realm.sh -o realm.sh && chmod +x realm.sh && sudo ./realm.sh ``` 或 ```