From 47a1a1f3447bfccd1eaf23f3394eb00120634a47 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:04:11 +0800 Subject: [PATCH] =?UTF-8?q?feat(readme):=20=E5=A2=9E=E5=8A=A0v3.0.0-beta?= =?UTF-8?q?=E6=8A=A2=E5=85=88=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b18416d..f5af124 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ - 支持自主更换伪装站点 - 支持BT下载管理以及域名黑名单管理 - # 二、使用指南 - [脚本快速搭建教程](https://www.v2ray-agent.com/archives/1682491479771) @@ -70,7 +69,11 @@ - Github ``` +# 稳定版本 wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh + +# 抢先版本 +wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/beta/install.sh" && chmod 700 /root/install.sh && /root/install.sh ``` - 官方网站【备用】