From 50dba7b5b7b68fa740ee8c92a8ed7d36c3e678a6 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Thu, 10 Oct 2024 23:10:17 +0200 Subject: [PATCH] update README: using old versions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86d9e8d9..aa938466 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,10 @@ bash <(curl -Ls https://raw.githubusercontent.com/alireza0/x-ui/master/install.s ## Install Custom Version -**Step 1:** To install your desired version, add the version to the end of the installation command. e.g., ver `1.8.0`: +**Step 1:** To install your desired version, use following installation command. e.g., ver `1.8.0`: ```sh -bash <(curl -Ls https://raw.githubusercontent.com/alireza0/x-ui/master/install.sh) 1.8.0 +VERSION=1.8.0 bash <(curl -Ls "https://raw.githubusercontent.com/alireza0/x-ui/refs/tags/$VERSION/install.sh") $VERSION ``` ## Manual Install & Upgrade