From a23a41b459b85d4e0c2008daae696aacca7d8cde Mon Sep 17 00:00:00 2001 From: s8n Date: Tue, 5 May 2026 04:41:18 +0100 Subject: [PATCH] Simplify launch instructions in README Removed download instructions and simplified launch steps. --- README.md | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/README.md b/README.md index 8cbb096..3f5065a 100644 --- a/README.md +++ b/README.md @@ -28,34 +28,7 @@ built for myself, If your its to your taste, help yourself. --- -## Download - -Pre-built binaries for Linux, Windows, macOS: - -→ [**Latest release**](https://github.com/s8n-ru/minecraft-launcher/releases/latest) - -Linux: -```bash -tar xzf minecraft-launcher-linux-x64.tar.gz -cd minecraft-launcher -./bin/prismlauncher -``` - -Windows: -``` -unzip minecraft-launcher-windows-x64.zip -cd minecraft-launcher -prismlauncher.exe -``` - -macOS (unsigned — right-click → Open → Open anyway): -```bash -unzip minecraft-launcher-macos-arm64.zip -cd minecraft-launcher -./prismlauncher.app/Contents/MacOS/prismlauncher -``` - -First launch: pick a username, done. +launch > pick a username > play ---