Skip to content

Commit

Permalink
Fix the readme not display musl (#57)
Browse files Browse the repository at this point in the history
* Fix the Java Version

* Test

* Update README.md

* Fix the readme not display musl
  • Loading branch information
NekoYyang authored Mar 6, 2023
1 parent ce4ab47 commit ae9f946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
cd 你想要安装 iTXTech MCL 的目录
curl -LJO https://github.com/iTXTech/mcl-installer/releases/download/v1.0.7/mcl-installer-1.0.7-linux-amd64-musl # 如果是macOS,就将链接中的 linux 修改为 macos
chmod +x mcl-installer-1.0.7-linux-amd64-musl
./mcl-installer-1.0.7-linux-amd64
./mcl-installer-1.0.7-linux-amd64-musl
```

### `Windows`为例
Expand Down

0 comments on commit ae9f946

Please sign in to comment.