Skip to content

Commit d767921

Browse files
committed
release 1.0.7
1 parent d5a51f8 commit d767921

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@
1111

1212
### `Linux``macOS`为例
1313

14+
**请优先选择以`musl`结尾的二进制文件,无外部依赖,兼容性更好。**
15+
1416
```bash
1517
cd 你想要安装 iTXTech MCL 的目录
16-
curl -LJO https://github.com/iTXTech/mcl-installer/releases/download/v1.0.6/mcl-installer-1.0.6-linux-amd64 # 如果是macOS,就将链接中的 linux 修改为 macos
17-
chmod +x mcl-installer-1.0.6-linux-amd64
18-
./mcl-installer-1.0.6-linux-amd64
18+
curl -LJO https://github.com/iTXTech/mcl-installer/releases/download/v1.0.6/mcl-installer-1.0.7-linux-amd64-musl # 如果是macOS,就将链接中的 linux 修改为 macos
19+
chmod +x mcl-installer-1.0.7-linux-amd64-musl
20+
./mcl-installer-1.0.7-linux-amd64
1921
```
2022

2123
### `Windows`为例

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ use reqwest::{Client, Error, Response};
1515
use serde::Deserialize;
1616
use zip::ZipArchive;
1717

18-
const MIRAI_REPO: &str = "repo.itxtech.org";
18+
const MIRAI_REPO: &str = "mirai.mamoe.net/assets/mcl";
1919

20-
const PROG_VERSION: &str = "1.0.6";
20+
const PROG_VERSION: &str = "1.0.7";
2121

2222
fn get_os() -> &'static str {
2323
#[cfg(target_os = "windows")]

0 commit comments

Comments
 (0)