From df9345d1af8a4ba1210271ed205a241d9a8cf243 Mon Sep 17 00:00:00 2001 From: SasukeFreestyle <2391403+SasukeFreestyle@users.noreply.github.com> Date: Mon, 19 Jun 2023 22:08:21 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83a35cf..fec4451 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ To download the zip file, we can use the wget command. Then we will unzip the file. ``` -wget https://github.com/XTLS/Xray-core/releases/download/v1.7.5/Xray-linux-64.zip +wget https://github.com/XTLS/Xray-core/releases/download/v1.8.3/Xray-linux-64.zip ``` ``` unzip Xray-linux-64.zip @@ -488,7 +488,7 @@ cd xray/ ``` wget the latest release, we will use this example link since latest version is still 1.7.5 ``` -wget https://github.com/XTLS/Xray-core/releases/download/v1.7.5/Xray-linux-64.zip +wget https://github.com/XTLS/Xray-core/releases/download/v1.8.3/Xray-linux-64.zip ``` This command will stop the xray service and remove old files and start xray service again.