You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-15
Original file line number
Diff line number
Diff line change
@@ -128,21 +128,6 @@ Please note, the repositories for all of the above installation methods are main
128
128
* `Release` provides compiled binary executables for many systems and different architectures. If none are available, you can compile it yourself.
129
129
* 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.
130
130
131
-
* Install from source
132
-
133
-
After installing Go >= 1.20 yourself, you can use the following command to install
134
-
135
-
```shell
136
-
go install github.com/nxtrace/NTrace-core@latest
137
-
```
138
-
*because of the version constraints conflict, you can not install `NTrace-V1` by this*
139
-
After installation, the executable is in the `$GOPATH/bin` directory. If you have not set `GOPATH`, it is in the `$HOME/go/bin` directory.
140
-
The binary file name is consistent with the project name. You need to replace the `nexttrace` command below with `NTrace-core`.
141
-
If you want to be consistent with the commands below, you can rename the binary after executing the `go install` command
142
-
```shell
143
-
mv $GOPATH/bin/NTrace-core $GOPATH/bin/nexttrace
144
-
```
145
-
146
131
### Get Started
147
132
148
133
`NextTrace` uses the `ICMP` protocol to perform TraceRoute requests by default, which supports both `IPv4` and `IPv6`
0 commit comments