From a16152410ef49298e9b0e09034c56387dd92bd6c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 23 Mar 2026 12:35:47 +0000 Subject: [PATCH] Fix 404 MCC download in Android/Termux install docs Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com> Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/f43c042f-896c-40a8-a28f-67a945e5dbcb --- docs/guide/installation.md | 40 +++++++++++++++----------------------- 1 file changed, 16 insertions(+), 24 deletions(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 47218f83..0ce7b20a 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -404,7 +404,7 @@ apt update -y && apt upgrade -y ``` ```bash -apt install wget curl nano unzip -y +apt install wget curl nano -y ``` Then install .NET 8.0 using Microsoft's official install script: @@ -452,45 +452,37 @@ You should see a version number like `8.0.xxx`. Finally, we can install MCC. -
Warning
- -**If you have a 32 ARM processor, you need to build the MCC yourself, take a look at the [Building From Source](#building-from-the-source-code) section. Also make sure to be using the appropriate `-r` parameter value for your architecture.** - -Tip
+ +**If you have a 32-bit ARM device, replace `linux-arm64` with `linux-arm` in the command above.** + +