From aae79a44f84207124191556d9bde61339279c75a Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Sun, 20 Oct 2024 14:08:52 +0200 Subject: [PATCH] fix old version install command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa938466..b28be56e 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, use following installation command. e.g., ver `1.8.0`: +**Step 1:** To install an old version, use following installation command. e.g., version `1.8.0`: ```sh -VERSION=1.8.0 bash <(curl -Ls "https://raw.githubusercontent.com/alireza0/x-ui/refs/tags/$VERSION/install.sh") $VERSION +VERSION=1.8.0 && bash <(curl -Ls "https://raw.githubusercontent.com/alireza0/x-ui/$VERSION/install.sh") $VERSION ``` ## Manual Install & Upgrade