diff --git a/README.md b/README.md index 17729c2b..a01837f2 100644 --- a/README.md +++ b/README.md @@ -57,32 +57,46 @@ Please note, there are exceptions to this synchronization. If a version of NTrac * Linux * One-click installation script - ```shell curl nxtrace.org/nt |bash ``` + + * Install nxtrace from the APT repository + * Supports AMD64/ARM64 architectures + ```shell + echo "deb [trusted=yes] https://github.com/nxtrace/nexttrace-debs/releases/latest/download ./" | + sudo tee /etc/apt/sources.list.d/nexttrace.list + sudo apt update + sudo apt install nexttrace + ``` + * APT repository maintained by wcbing and nxtrace + * Arch Linux AUR installation command * Directly download bin package (only supports amd64) - - ```shell - yay -S nexttrace-bin - ``` + ```shell + yay -S nexttrace-bin + ``` * Build from source (only supports amd64) - - ```shell - yay -S nexttrace - ``` + ```shell + yay -S nexttrace + ``` * The AUR builds are maintained by ouuan, huyz - * Linuxbrew's installation command - Same as the macOS Homebrew's installation method (homebrew-core version only supports amd64) - * Deepin installation command + * Linuxbrew's installation command + + Same as the macOS Homebrew's installation method (homebrew-core version only supports amd64) + * Deepin installation command ```shell apt install nexttrace ``` - * Termux installation command + + * [x-cmd](https://www.x-cmd.com/pkg/nexttrace) installation command + ```shell + x env use nexttrace + ``` + * Termux installation command ```shell pkg install nexttrace-enhanced ``` @@ -90,34 +104,30 @@ Please note, there are exceptions to this synchronization. If a version of NTrac * macOS * macOS Homebrew's installation command * Homebrew-core version - - ```shell - brew install nexttrace - ``` + ```shell + brew install nexttrace + ``` * This repository's ACTIONS automatically built version (updates faster) - - ```shell - brew tap nxtrace/nexttrace && brew install nxtrace/nexttrace/nexttrace - ``` + ```shell + brew tap nxtrace/nexttrace && brew install nxtrace/nexttrace/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 WinGet installation command + * WinGet version + ```powershell + winget install nexttrace + ``` + * WinGet build maintained by Dragon1573 + * Windows Scoop installation command * Scoop-extras version - - ```powershell - scoop bucket add extras && scoop install extras/nexttrace - ``` - + ```powershell + scoop bucket add extras && scoop install extras/nexttrace + ``` * Scoop-extra is maintained by soenggam -* X-CMD - * [x-cmd](https://x-cmd.com) is a lightweight cross-platform package manager implemented in posix shell. Quickly download and execute `nexttrace` with a single command: [`x nexttrace`](https://x-cmd.com/pkg/nexttrace) - * You can also install `nexttrace` in the user level without requiring root privileges. - ```shell - x env use nexttrace - ``` - Please note, the repositories for all of the above installation methods are maintained by open source enthusiasts. Availability and timely updates are not guaranteed. If you encounter problems, please contact the repository maintainer to solve them, or use the binary packages provided by the official build of this project. ### Manual Install diff --git a/README_zh_CN.md b/README_zh_CN.md index 7fdfbbec..d29d2113 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -64,69 +64,77 @@ Document Language: [English](README.md) | 简体中文 * Linux * 一键安装脚本 - ```shell curl nxtrace.org/nt | bash ``` - + + * 从 nxtrace的APT源安装 + * 支持 AMD64/ARM64 架构 + ```shell + echo "deb [trusted=yes] https://github.com/nxtrace/nexttrace-debs/releases/latest/download ./" | + sudo tee /etc/apt/sources.list.d/nexttrace.list + sudo apt update + sudo apt install nexttrace + ``` + * APT源由 wcbing, nxtrace 维护 + * Arch Linux AUR 安装命令 - * 直接下载bin包(仅支持amd64) + * 直接下载bin包(仅支持amd64) + ```shell + yay -S nexttrace-bin + ``` + * 从源码构建(仅支持amd64) + ```shell + yay -S nexttrace + ``` + * AUR 的构建分别由 ouuan, huyz 维护 - ```shell - yay -S nexttrace-bin - ``` - * 从源码构建(仅支持amd64) - - ```shell - yay -S nexttrace - ``` - * AUR 的构建分别由 ouuan, huyz 维护 * Linuxbrew 安装命令 同macOS Homebrew安装方法(homebrew-core版仅支持amd64) + * Deepin 安装命令 + ```shell + apt install nexttrace + ``` + + * [x-cmd](https://cn.x-cmd.com/pkg/nexttrace) 安装命令 + ```shell + x env use nexttrace + ``` - ```shell - apt install nexttrace - ``` * Termux 安装命令 - - ```shell - pkg install nexttrace-enhanced - ``` + ```shell + pkg install nexttrace-enhanced + ``` * macOS * macOS Homebrew 安装命令 - * homebrew-core版 - - ```shell - brew install nexttrace - ``` - * 本仓库ACTIONS自动构建版(更新更快) - - ```shell - brew tap nxtrace/nexttrace && brew install nxtrace/nexttrace/nexttrace - ``` - * homebrew-core 构建由 chenrui333 维护,请注意该版本更新可能会落后仓库Action自动构建版本 + * homebrew-core版 + ```shell + brew install nexttrace + ``` + * 本仓库ACTIONS自动构建版(更新更快) + ```shell + brew tap nxtrace/nexttrace && brew install nxtrace/nexttrace/nexttrace + ``` + * homebrew-core 构建由 chenrui333 维护,请注意该版本更新可能会落后仓库Action自动构建版本 * Windows - * Windows Scoop 安装命令 - * scoop-extras版 + * Windows WinGet 安装命令 + * WinGet 版 + ```powershell + winget install nexttrace + ``` + * WinGet 构建由 Dragon1573 维护 - ```powershell - scoop bucket add extras && scoop install extras/nexttrace - ``` - - * scoop-extra 由 soenggam 维护 - -* X-CMD - * [x-cmd](https://cn.x-cmd.com) 是一个使用 posix shell 实现的轻量级跨平台包管理器。使用单个命令快速下载并执行 `nexttrace` : [`x nexttrace`](https://cn.x-cmd.com/pkg/nexttrace) - * 您还可以在用户级安装 `nexttrace`,且不需要 root 权限 - - ```shell - x env use nexttrace - ``` + * Windows Scoop 安装命令 + * scoop-extras 版 + ```powershell + scoop bucket add extras && scoop install extras/nexttrace + ``` + * scoop-extra 由 soenggam 维护 请注意,以上多种安装方式的仓库均由开源爱好者自行维护,不保证可用性和及时更新,如遇到问题请联系仓库维护者解决,或使用本项目官方编译提供的二进制包。