diff options
| author | 006lp <144674902+006lp@users.noreply.github.com> | 2025-04-18 22:16:39 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-18 22:16:39 +0300 |
| commit | b527a528eac913b28c6624f6467941d89d819407 (patch) | |
| tree | 437327792762257553a6ec09a47854be8851e35b | |
| parent | 1a53af0434d2f1baa12a7e6e3559494c8637840a (diff) | |
docs: Update README.zh_CN.md (#2920)
| -rw-r--r-- | README.zh_CN.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.zh_CN.md b/README.zh_CN.md index c221dc36..995a6ee1 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.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证书 @@ -586,4 +586,4 @@ XUI_BIN_FOLDER="bin" XUI_DB_FOLDER="/etc/x-ui" go build main.go ## Star趋势 -[](https://starchart.cc/MHSanaei/3x-ui)
\ No newline at end of file +[](https://starchart.cc/MHSanaei/3x-ui) |
