From 903b6f232d0dfcae50feb93f7a1fa4c23f8a203e Mon Sep 17 00:00:00 2001 From: tsosunchia <59512455+tsosunchia@users.noreply.github.com> Date: Tue, 23 May 2023 02:39:59 +0800 Subject: [PATCH] Update README_zh_CN.md --- README_zh_CN.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README_zh_CN.md b/README_zh_CN.md index 407c4ad..527c43d 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -35,13 +35,13 @@ ```bash # Linux 一键安装脚本 -bash <(curl -Ls https://raw.githubusercontent.com/sjlleo/nexttrace/main/nt_install.sh) - -# GHPROXY 镜像(国内使用) -bash <(curl -Ls https://ghproxy.com/https://raw.githubusercontent.com/sjlleo/nexttrace/main/nt_install.sh) +bash -c "$(curl -Ls https://raw.githubusercontent.com/sjlleo/nexttrace/main/nt_install.sh)" # macOS brew 安装命令 brew tap xgadget-lab/nexttrace && brew install nexttrace + +# GHPROXY 镜像(国内使用) +bash -c "$(curl -Ls https://ghproxy.com/https://raw.githubusercontent.com/sjlleo/nexttrace/main/nt_install.sh)" ``` Windows 用户请直接前往 [Release](https://github.com/sjlleo/nexttrace/releases/latest) 下载编译后的二进制 exe 文件。