mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-23 00:22:59 +00:00
Feat: Adding homebrew cask and formula method of install (#159)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user