Skip to content

Commit 69d3ade

Browse files
committed
docs: readme macOS add Motrix Install Assistant
1 parent a0a1fe9 commit 69d3ade

File tree

2 files changed

+33
-10
lines changed

2 files changed

+33
-10
lines changed

README-CN.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Motrix
22

3-
<a href="https://motrix.app">
4-
<img src="./static/512x512.png" width="256" alt="App Icon" />
5-
</a>
3+
<p>
4+
<a href="https://motrix.app">
5+
<img src="./static/512x512.png" width="256" alt="Motrix App Icon" />
6+
</a>
7+
</p>
68

79
## 一款全能的下载工具
810

@@ -47,12 +49,21 @@ scoop install motrix
4749

4850
### macOS
4951

50-
macOS 用户可以使用 `brew cask` 安装 Motrix,感谢 [@Mitscherlich](https://github.com/Mitscherlich)[PR](https://github.com/Homebrew/homebrew-cask/pull/59494)
52+
macOS 用户可以使用 `brew` 安装 Motrix,感谢 [@Mitscherlich](https://github.com/Mitscherlich)[PR](https://github.com/Homebrew/homebrew-cask/pull/59494)
5153

5254
```bash
53-
brew update && brew install --cask motrix
55+
brew update && brew install motrix
5456
```
5557

58+
#### 自动更新
59+
Motrix v1.8.0+ 版本更改了应用 BundleID ( `net.agalwood.Motrix` => `app.motrix.native` ), Motrix v1.6.11 的自动更新会因为签名不一致而失败。[Motrix 安装助手](https://github.com/motrixapp/motrix-install-assistant)将帮助您安装最新的 Motrix 应用程序。
60+
61+
<p>
62+
<a href="https://github.com/motrixapp/motrix-install-assistant">
63+
<img src="https://raw.githubusercontent.com/motrixapp/motrix-install-assistant/main/build/256x256.png" width="192" alt="Motrix Install Assistant Icon" />
64+
</a>
65+
</p>
66+
5667
### Linux
5768

5869
你可以下载 `AppImage` (适用于所有 Linux 发行版)或 `snap` 来安装 Motrix,更多 Linux 安装包格式请查看 [GitHub/release](https://github.com/agalwood/Motrix/releases)

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Motrix
22

3-
<a href="https://motrix.app">
4-
<img src="./static/512x512.png" width="256" alt="App Icon" />
5-
</a>
3+
<p>
4+
<a href="https://motrix.app">
5+
<img src="./static/512x512.png" width="256" alt="Motrix App Icon" />
6+
</a>
7+
</p>
68

79
## A full-featured download manager
810

@@ -47,12 +49,22 @@ scoop install motrix
4749

4850
### macOS
4951

50-
The macOS users can install Motrix using `brew cask`, thanks to [PR](https://github.com/Homebrew/homebrew-cask/pull/59494) of [@Mitscherlich](https://github.com/Mitscherlich).
52+
The macOS users can install Motrix using `brew`, thanks to [PR](https://github.com/Homebrew/homebrew-cask/pull/59494) of [@Mitscherlich](https://github.com/Mitscherlich).
5153

5254
```bash
53-
brew update && brew install --cask motrix
55+
brew update && brew install motrix
5456
```
5557

58+
#### Auto Update
59+
60+
Since Motrix v1.8.0 and later versions changed the App BundleID ( `net.agalwood.Motrix` => `app.motrix.native` ), the automatic update of Motrix v1.6.11 will fail. [Motrix Install Assistant](https://github.com/motrixapp/motrix-install-assistant) will help you install the latest Motrix application.
61+
62+
<p>
63+
<a href="https://github.com/motrixapp/motrix-install-assistant">
64+
<img src="https://raw.githubusercontent.com/motrixapp/motrix-install-assistant/main/build/256x256.png" width="192" alt="Motrix Install Assistant Icon" />
65+
</a>
66+
</p>
67+
5668
### Linux
5769

5870
You can download the `AppImage` (for all Linux distributions) or `snap` to install Motrix, see [GitHub/release](https://github.com/agalwood/Motrix/releases) for more Linux installation package formats.

0 commit comments

Comments
 (0)