mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-23 00:22:59 +00:00
Fix: Added stable branch to flake and needed packages (#165)
This commit is contained in:
@@ -137,14 +137,20 @@ paru -S emerald-legacy-launcher-bin # or yay
|
||||
**Nix:**
|
||||
Requires [Nix](https://nixos.org/download/) with flakes enabled (`experimental-features = nix-command flakes` in `nix.conf`).
|
||||
```bash
|
||||
# Run without installing
|
||||
# stable release (default) — tracks https://github.com/LCE-Hub/LCE-Emerald-Launcher/releases
|
||||
nix run github:LCE-Hub/LCE-Emerald-Launcher
|
||||
# or explicitly:
|
||||
nix run github:LCE-Hub/LCE-Emerald-Launcher#emerald-legacy-launcher
|
||||
|
||||
# git / latest main
|
||||
nix run github:LCE-Hub/LCE-Emerald-Launcher#emerald-legacy-launcher-git
|
||||
|
||||
# Install to your user profile
|
||||
nix profile install github:LCE-Hub/LCE-Emerald-Launcher
|
||||
nix profile install github:LCE-Hub/LCE-Emerald-Launcher # stable
|
||||
nix profile install github:LCE-Hub/LCE-Emerald-Launcher#emerald-legacy-launcher-git # git
|
||||
```
|
||||
|
||||
On NixOS, add the flake as an input and install `packages.<system>.default` (or `emerald-legacy-launcher`) from it.
|
||||
On NixOS, add the flake as an input and install `packages.<system>.default` / `emerald-legacy-launcher` (stable) or `emerald-legacy-launcher-git` (main).
|
||||
|
||||
**Gentoo:**
|
||||
This repository includes a local Portage overlay under [`gentoo/`](gentoo/). Point `repos.conf` at that directory, then emerge the package (build fetches Cargo/npm deps over the network; Wine/Proton is needed at runtime to launch games):
|
||||
|
||||
Reference in New Issue
Block a user