[skipci]chores: Add Quick Install section to README

This commit is contained in:
Anon 2026-03-29 22:08:01 +02:00 committed by GitHub
commit 1165f32bb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,25 @@
## Download
Get development builds from the [Releases section](https://github.com/MCCTeam/Minecraft-Console-Client/releases/latest)
Get the latest release from the [Releases section](https://github.com/MCCTeam/Minecraft-Console-Client/releases/latest).
## Quick Install ⚡
Open a terminal in the folder where you want MCC and run:
Linux / macOS:
```bash
curl -fsSL https://mccteam.github.io/install.sh | sh
```
Windows (PowerShell):
```powershell
iwr -useb https://mccteam.github.io/install.ps1 | iex
```
The script detects your architecture and downloads the right binary. For more options (including `wget` and manual downloads), see the [installation guide](https://mccteam.github.io/guide/installation.html).
## How to use 📚