From 6b7f0302575171eae748cd52a84b07e7bd25e38c Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Fri, 25 Jun 2021 14:44:00 +0800 Subject: [PATCH] feat(readme): update --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c8ea2c6..d9f72eb 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,12 @@ 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 ``` +- trojan-go(trojan)->Xray-core(trojan)【Beta】 + +``` +wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/dev_remove_trojan-go/install.sh" && chmod 700 /root/install.sh && /root/install.sh +``` + - Stable-v2.4.16【无gRPC】 ``` wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/stable_v2.4.16/install.sh" && chmod 700 /root/install.sh && /root/install.sh