mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
docs: replace .NET 8 with .NET 10 in Android/Termux install section
Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com> Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/4d7542ac-8231-4da1-bc87-b617d718cc97
This commit is contained in:
parent
a16152410e
commit
a0a69caeea
1 changed files with 3 additions and 3 deletions
|
|
@ -407,12 +407,12 @@ apt update -y && apt upgrade -y
|
|||
apt install wget curl nano -y
|
||||
```
|
||||
|
||||
Then install .NET 8.0 using Microsoft's official install script:
|
||||
Then install .NET 10.0 using Microsoft's official install script:
|
||||
|
||||
```bash
|
||||
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
|
||||
chmod +x dotnet-install.sh
|
||||
./dotnet-install.sh --channel 8.0
|
||||
./dotnet-install.sh --channel 10.0
|
||||
```
|
||||
|
||||
Now add .NET to your PATH so it works in future sessions. Open `.bashrc`:
|
||||
|
|
@ -446,7 +446,7 @@ Verify the installation by running:
|
|||
dotnet --version
|
||||
```
|
||||
|
||||
You should see a version number like `8.0.xxx`.
|
||||
You should see a version number like `10.0.xxx`.
|
||||
|
||||
#### Installing MCC
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue