Feat: Adding homebrew cask and formula method of install (#159)

This commit is contained in:
Edward?
2026-07-18 19:59:19 +03:00
committed by GitHub
parent 962979c70e
commit 19380b0585
6 changed files with 191 additions and 6 deletions
+20
View File
@@ -90,6 +90,7 @@ LCE Emerald Launcher is the easiest way to play Minecraft Legacy Console Edition
|--------|-------------|
| `.dmg` (x64) | Intel Macs |
| `.dmg` (aarch64) | Apple Silicon (M-series and A-series) |
| Homebrew Cask | Intel & Apple Silicon (via tap) |
**Installation Steps:**
1. Download the appropriate DMG for your Mac
@@ -98,6 +99,15 @@ LCE Emerald Launcher is the easiest way to play Minecraft Legacy Console Edition
- Right-click the app → **Open** → confirm **Open**
- Or run: `xattr -cr "/Applications/Emerald Legacy Launcher.app"`
**Homebrew:**
```bash
# Tap the repository
brew tap LCE-Hub/lce-emerald-launcher https://github.com/LCE-Hub/LCE-Emerald-Launcher
# Install stable release
brew install --cask lce-emerald-launcher
```
### GNU/Linux
Multiple distribution formats available:
@@ -109,6 +119,7 @@ Multiple distribution formats available:
| `.AppImage` | Universal (no installation required) |
| `.flatpak` | Universal with sandboxing (recommended over AppImage) |
| Nix flake | NixOS and any Linux with [Nix](https://nixos.org/download/) installed |
| Homebrew | Any Linux with [Homebrew](https://brew.sh/) installed |
**AUR:**
Special thanks to [AntiApple4life](https://aur.archlinux.org/packages?O=0&SeB=m&K=AntiApple4life) for the AUR packages!
@@ -152,6 +163,15 @@ sudo emerge games-util/emerald-legacy-launcher # 1.5.1
flatpak install emerald.flatpak
```
**Homebrew:**
```bash
# Tap the repository
brew tap LCE-Hub/lce-emerald-launcher https://github.com/LCE-Hub/LCE-Emerald-Launcher
# Install stable release
brew install lce-emerald-launcher
```
**Dependencies (if building from source):**
```bash
# Ubuntu/Debian