From f59d7ff2f59d2b43d980feca2810be2b5f4ab9c4 Mon Sep 17 00:00:00 2001 From: tsosunchia <59512455+tsosunchia@users.noreply.github.com> Date: Sat, 17 Jun 2023 20:11:10 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E6=9B=B4=E6=94=B9=E7=9B=B8=E5=85=B3url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- README_zh_CN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ed75779..816e8a1 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Document Language: English | [简体中文](README_zh_CN.md) ### Manual Install * Download the precompiled executable - For users not covered by the above methods, please go directly to [Release](https://github.com/sjlleo/nexttrace/releases/latest) to download the compiled binary executable. + For users not covered by the above methods, please go directly to [Release](https://github.com/nxtrace/Ntrace-V1/releases/latest) to download the compiled binary executable. * `Release` provides compiled binary executables for many systems and different architectures. If none are available, you can compile it yourself. * Some essential dependencies of this project are not fully implemented on `Windows` by `Golang`, so currently, `NextTrace` is in an experimental support phase on the `Windows` platform. @@ -98,7 +98,7 @@ Document Language: English | [简体中文](README_zh_CN.md) After installing Go >= 1.20 yourself, you can use the following command to install ```shell - go install github.com/xgadget-lab/nexttrace@latest + go install github.com/nxtrace/Ntrace-V1@latest ``` After installation, the executable is in the `$GOPATH/bin` directory. If you have not set `GOPATH`, it is in the `$HOME/go/bin` directory. diff --git a/README_zh_CN.md b/README_zh_CN.md index cd21475..a031754 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -98,7 +98,7 @@ NextTrace 的频道由项目成员负责,会传递一部分通知,也会发 ### Manual Install * 下载预编译的可执行程序 - 对于以上方法没有涵盖的用户,请直接前往 [Release](https://github.com/sjlleo/nexttrace/releases/latest) 下载编译后的二进制可执行文件。 + 对于以上方法没有涵盖的用户,请直接前往 [Release](https://github.com/nxtrace/Ntrace-V1/releases/latest) 下载编译后的二进制可执行文件。 * `Release`里面为很多系统以及不同架构提供了编译好的二进制可执行文件,如果没有可以自行编译。 * 一些本项目的必要依赖在`Windows`上`Golang`底层实现不完全,所以目前`NextTrace`在`Windows`平台出于实验性支持阶段。 @@ -108,7 +108,7 @@ NextTrace 的频道由项目成员负责,会传递一部分通知,也会发 您可在自行安装Go >= 1.20后,使用以下命令安装 ```shell - go install github.com/xgadget-lab/nexttrace@latest + go install github.com/nxtrace/Ntrace-V1@latest ``` 安装后可执行文件在`$GOPATH/bin`目录下,如果您没有设置`GOPATH`,则在`$HOME/go/bin`目录下。