mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-08-20 04:27:29 +00:00
docs(readme): AUR
This commit is contained in:
parent
5a01c5fcd3
commit
7baa96c798
13
README.md
13
README.md
|
|
@ -110,6 +110,19 @@ Multiple distribution formats available:
|
|||
| `.AppImage` | Universal (no installation required) |
|
||||
| `.flatpak` | Universal with sandboxing (recommended over AppImage) |
|
||||
|
||||
**AUR:**
|
||||
Special thanks to [AntiApple4life](https://aur.archlinux.org/packages?O=0&SeB=m&K=AntiApple4life) for the AUR packages!
|
||||
```bash
|
||||
# git version
|
||||
paru -S emerald-legacy-launcher-git # or yay
|
||||
|
||||
# stable version
|
||||
paru -S emerald-legacy-launcher # or yay
|
||||
|
||||
# binary stable version
|
||||
paru -S emerald-legacy-launcher-bin # or yay
|
||||
```
|
||||
|
||||
**Flatpak Installation:**
|
||||
```bash
|
||||
flatpak install emerald.flatpak
|
||||
|
|
|
|||
Loading…
Reference in a new issue