From 9af684cf00e129231e6861985f3c4b2ce67e2ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=83=E7=A2=B3=E7=83=B7=E7=83=83=20Isoheptane?= <38118922+Isoheptane@users.noreply.github.com> Date: Sun, 30 Apr 2023 23:13:29 +0800 Subject: [PATCH] Correct command for installing pre-release version Former command for installing pre-release version will install version 1.5.8 instead of the latest pre-release version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb5974b..42329c6 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Notice: Xray will NOT log to `/var/log/xray/*.log` by default. Configure `"log"` **Install & Upgrade Xray-core to a pre-release version** ``` -# bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install --version 1.5.8 +# bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install --beta ``` **Install & Upgrade Xray-core and geodata with `User=root`, which will overwrite `User` in existing service files**