From e0bbf474ae806eeef8bd8e07912ebd5134ef0986 Mon Sep 17 00:00:00 2001 From: RPRX <63339210+rprx@users.noreply.github.com> Date: Sat, 15 Aug 2020 13:55:07 +0000 Subject: [PATCH] Add more guide --- release/install-release.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release/install-release.sh b/release/install-release.sh index 5a9cec8f..61c7ee5d 100755 --- a/release/install-release.sh +++ b/release/install-release.sh @@ -17,5 +17,6 @@ colorEcho(){ } colorEcho ${RED} "ERROR: This script has been DISCARDED, please switch to fhs-install-v2ray project." -colorEcho ${YELLOW} "URL: https://github.com/v2fly/fhs-install-v2ray" +colorEcho ${YELLOW} "HOW TO USE: https://github.com/v2fly/fhs-install-v2ray" +colorEcho ${YELLOW} "TO MIGRATE: https://github.com/v2fly/fhs-install-v2ray/wiki/Migrate-from-the-old-script-to-this" exit 255