diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d9fc338..03bbb00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: # BEIGIN MacOS ARM64 - goos: darwin goarch: arm64 - # END MacOS ARM64 + # END macOS ARM64 # BEGIN Linux ARM 5 6 7 - goos: linux goarch: arm diff --git a/README.md b/README.md index aac3156..9fa2b23 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Document Language: English | [简体中文](README_zh_CN.md) * Linux * One-click installation script - * Download from Github + * Download from GitHub ```shell bash -c "$(curl -Ls https://github.com/sjlleo/nexttrace/raw/main/nt_install.sh)" @@ -42,21 +42,12 @@ Document Language: English | [简体中文](README_zh_CN.md) yay -S nexttrace-bin ``` * The two types of AUR builds are maintained by huyz and ouuan, respectively - * Linuxbrew installation command - * homebrew-core version (only supports amd64) + * Linuxbrew's installation command - ```shell - brew install nexttrace - ``` - * Automatically built version by this repository's ACTIONS (updates faster) - - ```shell - brew tap xgadget-lab/nexttrace && brew install nexttrace - ``` - * The homebrew-core build is maintained by chenrui333, please note that this version's updates may lag behind the repository Action version + Same as the macOS Homebrew's installation method (homebrew-core version only supports amd64) * macOS - * macOS brew installation command + * macOS Homebrew's installation command * Homebrew-core version ```shell @@ -67,6 +58,7 @@ Document Language: English | [简体中文](README_zh_CN.md) ```shell brew tap xgadget-lab/nexttrace && brew install nexttrace ``` + * The homebrew-core build is maintained by chenrui333, please note that this version's updates may lag behind the repository Action automatically version * Windows * Windows Scoop installation command @@ -350,7 +342,7 @@ The LeoMoeAPI data is subject to copyright restrictions from multiple data sourc 1. We would like to credit samleong123 for providing nodes in Malaysia, TOHUNET Looking Glass for global nodes, and Ping.sx from Misaka, where more than 80% of reliable calibration data comes from ping/mtr reports. -2. At the same time, we would like to credit isyekong for their contribution on rDNS-based calibration ideas and data. LeoMoeAPI is accelerating the development of rDNS resolution function, and has already achieved automated geolocation resolution for some backbone networks, but there are some misjudgments. We hope that NextTrace will become a One-Man ISP-friendly traceroute tool in the future, and we are working on improving the calibration of these ASN micro-backbones as much as possible. +2. At the same time, we would like to credit isyekong for their contribution to rDNS-based calibration ideas and data. LeoMoeAPI is accelerating the development of rDNS resolution function, and has already achieved automated geolocation resolution for some backbone networks, but there are some misjudgments. We hope that NextTrace will become a One-Man ISP-friendly traceroute tool in the future, and we are working on improving the calibration of these ASN micro-backbones as much as possible. 3. In terms of development, I would like to credit missuo and zhshch for their help with Go cross-compilation, design concepts and TCP/UDP Traceroute refactoring, and tsosunchia for their support on TraceMap. @@ -367,7 +359,7 @@ We hope you can give us as much feedback as possible on IP geolocation errors (s ## Credits -[BGP.TOOLS](https://bgp.tools) provided some data support for this project and we would like to express our sincere gratitude. +[BGP.TOOLS](https://bgp.tools) provided some data support for this project. And we would like to express our sincere gratitude. [Vincent Young](https://github.com/missuo) (i@yyt.moe) diff --git a/README_zh_CN.md b/README_zh_CN.md index 5e3a65d..2a53c26 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -58,19 +58,11 @@ ``` * AUR 的2种构建分别由 huyz 和 ouuan 维护 * Linuxbrew 安装命令 - * homebrew-core版(仅支持amd64) - ```shell - brew install nexttrace - ``` - * 本仓库ACTIONS自动构建版(更新更快) - - ```shell - brew tap xgadget-lab/nexttrace && brew install nexttrace - ``` - * homebrew-core 构建由 chenrui333 维护,请注意该版本更新可能会落后仓库Action版本 + 同macOS Homebrew安装方法(homebrew-core版仅支持amd64) + * macOS - * macOS brew 安装命令 + * macOS Homebrew 安装命令 * homebrew-core版 ```shell @@ -81,6 +73,7 @@ ```shell brew tap xgadget-lab/nexttrace && brew install nexttrace ``` + * homebrew-core 构建由 chenrui333 维护,请注意该版本更新可能会落后仓库Action自动构建版本 * Windows * Windows Scoop 安装命令