diff options
Diffstat (limited to 'README.es_ES.md')
| -rw-r--r-- | README.es_ES.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.es_ES.md b/README.es_ES.md index dc096a24..6c564112 100644 --- a/README.es_ES.md +++ b/README.es_ES.md @@ -30,12 +30,13 @@ bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh) ``` -## Instalar una Versión Personalizada (no recomendamos) +## Instalar versión antigua (no recomendamos) Para instalar la versión deseada, utiliza el siguiente comando de instalación. Por ejemplo, ver `v1.7.9`: ``` -VERSION=v1.7.9 bash <(curl -Ls "https://raw.githubusercontent.com/mhsanaei/3x-ui/refs/tags/$VERSION/install.sh") $VERSION +VERSION=v1.7.9 +bash <(curl -Ls "https://raw.githubusercontent.com/mhsanaei/3x-ui/$VERSION/install.sh") $VERSION ``` ## Certificado SSL |
