diff options
| author | Pk-web6936 <202365630+Pk-web6936@users.noreply.github.com> | 2025-04-18 23:31:35 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-18 23:31:35 +0300 |
| commit | 4dc8974af067c96488b5edea964a1102799243f7 (patch) | |
| tree | e2861750471402a3ffb2048ff5ad0d2a6ee638f5 | |
| parent | b527a528eac913b28c6624f6467941d89d819407 (diff) | |
docs: Update README (#2921)
* Update README.es_ES.md
* Update README.ru_RU.md
| -rw-r--r-- | README.es_ES.md | 4 | ||||
| -rw-r--r-- | README.ru_RU.md | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/README.es_ES.md b/README.es_ES.md index 1438cc2d..afa1b8e3 100644 --- a/README.es_ES.md +++ b/README.es_ES.md @@ -40,7 +40,7 @@ bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install. Para instalar la versión deseada, utiliza el siguiente comando de instalación. Por ejemplo, ver `v1.7.9`: ``` -VERSION=v1.7.9 && <(curl -Ls "https://raw.githubusercontent.com/mhsanaei/3x-ui/$VERSION/install.sh") $VERSION +VERSION=v1.7.9 && bash <(curl -Ls "https://raw.githubusercontent.com/mhsanaei/3x-ui/$VERSION/install.sh") $VERSION ``` ## Certificado SSL @@ -586,4 +586,4 @@ XUI_BIN_FOLDER="bin" XUI_DB_FOLDER="/etc/x-ui" go build main.go ## Estrellas a lo largo del tiempo -[](https://starchart.cc/MHSanaei/3x-ui)
\ No newline at end of file +[](https://starchart.cc/MHSanaei/3x-ui) diff --git a/README.ru_RU.md b/README.ru_RU.md index b06c62bd..bc0170bb 100644 --- a/README.ru_RU.md +++ b/README.ru_RU.md @@ -40,7 +40,7 @@ bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install. Чтобы установить желаемую версию, используйте следующую команду установки. Например, ver `v1.7.9`: ``` -VERSION=v1.7.9 && <(curl -Ls "https://raw.githubusercontent.com/mhsanaei/3x-ui/$VERSION/install.sh") $VERSION +VERSION=v1.7.9 && bash <(curl -Ls "https://raw.githubusercontent.com/mhsanaei/3x-ui/$VERSION/install.sh") $VERSION ``` ## SSL Сертификат @@ -593,4 +593,4 @@ XUI_BIN_FOLDER="bin" XUI_DB_FOLDER="/etc/x-ui" go build main.go ## Число звёзд со временем -[](https://starchart.cc/MHSanaei/3x-ui)
\ No newline at end of file +[](https://starchart.cc/MHSanaei/3x-ui) |
