diff --git a/README.md b/README.md
index 3ea0c99..7e65013 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@
-
+
@@ -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
diff --git a/README_zh_CN.md b/README_zh_CN.md
index 95b399a..6baaac1 100644
--- a/README_zh_CN.md
+++ b/README_zh_CN.md
@@ -38,7 +38,7 @@
-
+
@@ -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 安装命令