Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.es_ES.md6
-rw-r--r--README.md6
-rw-r--r--README.ru_RU.md6
-rw-r--r--README.zh_CN.md6
4 files changed, 12 insertions, 12 deletions
diff --git a/README.es_ES.md b/README.es_ES.md
index e5009057..f4d78818 100644
--- a/README.es_ES.md
+++ b/README.es_ES.md
@@ -30,12 +30,12 @@
bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)
```
-## Instalar una Versión Personalizada
+## Instalar una Versión Personalizada (no recomendamos)
-Para instalar la versión deseada, agrega la versión al final del comando de instalación. Por ejemplo, ver `v2.4.3`:
+Para instalar la versión deseada, utiliza el siguiente comando de instalación. Por ejemplo, ver `v1.7.9`:
```
-bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.4.3
+VERSION=v1.7.9 bash <(curl -Ls "https://raw.githubusercontent.com/mhsanaei/3x-ui/refs/tags/$VERSION/install.sh") $VERSION
```
## Certificado SSL
diff --git a/README.md b/README.md
index 67ccee31..e7bcaf22 100644
--- a/README.md
+++ b/README.md
@@ -30,12 +30,12 @@
bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)
```
-## Install Custom Version
+## Install Custom Version (we don't recommend)
-To install your desired version, add the version to the end of the installation command. e.g., ver `v2.4.4`:
+To install your desired version, use following installation command. e.g., ver `v1.7.9`:
```
-bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.4.4
+VERSION=v1.7.9 bash <(curl -Ls "https://raw.githubusercontent.com/mhsanaei/3x-ui/refs/tags/$VERSION/install.sh") $VERSION
```
## SSL Certificate
diff --git a/README.ru_RU.md b/README.ru_RU.md
index 20e108bb..e6456c7b 100644
--- a/README.ru_RU.md
+++ b/README.ru_RU.md
@@ -30,12 +30,12 @@
bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)
```
-## Установка определённой версии
+## Установка определённой версии (мы не рекомендуем)
-Чтобы установить нужную вам версию, добавьте номер версии в конец команды установки. Например, `v2.4.3`:
+Чтобы установить желаемую версию, используйте следующую команду установки. Например, ver `v1.7.9`:
```
-bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.4.3
+VERSION=v1.7.9 bash <(curl -Ls "https://raw.githubusercontent.com/mhsanaei/3x-ui/refs/tags/$VERSION/install.sh") $VERSION
```
## SSL Сертификат
diff --git a/README.zh_CN.md b/README.zh_CN.md
index dda0651e..96a29e44 100644
--- a/README.zh_CN.md
+++ b/README.zh_CN.md
@@ -30,12 +30,12 @@
bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)
```
-## 安装指定版本
+## 安装指定版本 (我们不建议)
-要安装所需的版本,请将该版本添加到安装命令的末尾。 e.g., ver `v2.4.3`:
+要安装您想要的版本,请使用以下安装命令。例如,ver `v1.7.9`:
```
-bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) v2.4.3
+VERSION=v1.7.9 bash <(curl -Ls "https://raw.githubusercontent.com/mhsanaei/3x-ui/refs/tags/$VERSION/install.sh") $VERSION
```
### SSL证书