Skip to content

Commit

Permalink
Merge pull request nxtrace#291 from nxtrace/main
Browse files Browse the repository at this point in the history
SYNC
  • Loading branch information
tsosunchia authored Feb 3, 2025
2 parents a179608 + c52d5a5 commit 667285a
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 78 deletions.
76 changes: 43 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,67 +57,77 @@ 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
```

* 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
Expand Down
98 changes: 53 additions & 45 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 维护

请注意,以上多种安装方式的仓库均由开源爱好者自行维护,不保证可用性和及时更新,如遇到问题请联系仓库维护者解决,或使用本项目官方编译提供的二进制包。

Expand Down

0 comments on commit 667285a

Please sign in to comment.