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`目录下。