From ae9f946ae95f14108beb91e7b3ffb1364759f236 Mon Sep 17 00:00:00 2001 From: NekoYyang <67825153+NekoYyang@users.noreply.github.com> Date: Mon, 6 Mar 2023 12:35:19 +0800 Subject: [PATCH] Fix the readme not display musl (#57) * Fix the Java Version * Test * Update README.md * Fix the readme not display musl --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3a2bbe..1a8aa52 100644 --- a/README.md +++ b/README.md @@ -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`为例