From e82a0ced9f03fae74afe1fe839a16a1880685370 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Thu, 1 Jul 2021 00:06:32 +0800 Subject: [PATCH] feat(readme): update --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3d671c7..3e42433 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,11 @@ 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 ``` +- dev_trojan_gRPC【Beta】 +``` +wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/dev_trojan/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