diff options
Diffstat (limited to 'README.zh_CN.md')
| -rw-r--r-- | README.zh_CN.md | 6 |
1 files changed, 3 insertions, 3 deletions
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证书 |
