Skip to content

Commit

Permalink
Merge pull request nxtrace#172 from nxtrace/main
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
tsosunchia authored Oct 9, 2023
2 parents 9c7402a + ed3c158 commit 239b1c2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 14 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</a>
&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://skywolf.cloud" >
<img src="https://github.com/nxtrace/Ntrace-core/assets/59512455/19b659f4-31f5-4816-9821-bf2a73c60336" width="170.7" height="62.9">
<img src="https://hk.skywolf.cloud/assets/img/skywolf.svg" width="170.7" height="62.9">
</a>
</div>

Expand All @@ -60,20 +60,25 @@ Please note, there are exceptions to this synchronization. If a version of NTrac
bash -c "$(curl http://nexttrace-io-leomoe-api-a0.shop/nt_install_v1.sh)"
```
* Arch Linux AUR installation command
* Build from source

```shell
yay -S nexttrace
```
* Directly download bin package (only supports amd64)

```shell
yay -S nexttrace-bin
```
* The two types of AUR builds are maintained by huyz and ouuan, respectively
* The AUR builds are maintained by ouuan
* 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

```shell
pkg install nexttrace-enhanced
```

* macOS
* macOS Homebrew's installation command
Expand Down
20 changes: 13 additions & 7 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</a>
&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://skywolf.cloud" >
<img src="https://github.com/nxtrace/Ntrace-core/assets/59512455/19b659f4-31f5-4816-9821-bf2a73c60336" width="170.7" height="62.9">
<img src="https://hk.skywolf.cloud/assets/img/skywolf.svg" width="170.7" height="62.9">
</a>
</div>

Expand Down Expand Up @@ -70,20 +70,26 @@ Document Language: [English](README.md) | 简体中文
```

* Arch Linux AUR 安装命令
* 由源码构建

```shell
yay -S nexttrace
```
* 直接下载bin包(仅支持amd64)

```shell
yay -S nexttrace-bin`
```
* AUR 的2种构建分别由 huyz 和 ouuan 维护
* AUR 的构建分别由 ouuan 维护
* Linuxbrew 安装命令

同macOS Homebrew安装方法(homebrew-core版仅支持amd64)
* Deepin 安装命令

```shell
apt install nexttrace
```
* Termux 安装命令

```shell
pkg install nexttrace-enhanced
```


* macOS
* macOS Homebrew 安装命令
Expand Down

0 comments on commit 239b1c2

Please sign in to comment.