mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-21 20:36:01 +03:00
chore: Replace download section
- List available Installation Types - Link to the more fancy wiki page for the guides
This commit is contained in:
parent
b5d38a7482
commit
711cc820f1
1 changed files with 7 additions and 31 deletions
38
README.md
38
README.md
|
@ -35,38 +35,14 @@ Documentation for the launcher can be found in the [repository wiki](https://git
|
|||
|
||||
# Download
|
||||
|
||||
| Source | Link |
|
||||
| --- | --- |
|
||||
| Native | [Releases](https://github.com/an-anime-team/an-anime-game-launcher/releases) page |
|
||||
| AUR | [an-anime-game-launcher-bin](https://aur.archlinux.org/packages/an-anime-game-launcher-bin) |
|
||||
| Pacstall | [an-anime-game-launcher-bin](https://pacstall.dev/packages/an-anime-game-launcher-bin) |
|
||||
| Ebuild | [an-anime-game-launcher](https://github.com/an-anime-team/aagl-ebuilds) |
|
||||
| RPM | [an-anime-game-launcher](https://build.opensuse.org/repositories/home:Maroxy:AAT-Apps/AAGL) |
|
||||
| NixOS | [an-anime-game-launcher](https://github.com/ezKEa/aagl-gtk-on-nix) |
|
||||
Currently there are 5 options available:
|
||||
1. Flatpak
|
||||
2. AUR
|
||||
3. RPM
|
||||
4. Gentoo/ebuild
|
||||
5. NixOS
|
||||
|
||||
## Flatpak support
|
||||
|
||||
To install the launcher via flatpak you will first have to make sure that you have flathub's remote installed
|
||||
|
||||
```zsh
|
||||
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
```
|
||||
|
||||
After installing flathub's remote you install launcher.moe's remote
|
||||
|
||||
NOTE: You can install the repo on a per user base by appending --user after --if-not-exists (This is especially useful if on Steam Deck)
|
||||
|
||||
```zsh
|
||||
flatpak remote-add --if-not-exists launcher.moe https://gol.launcher.moe/gol.launcher.moe.flatpakrepo
|
||||
```
|
||||
|
||||
Now the only thing remaining is to install the launcher
|
||||
|
||||
```zsh
|
||||
flatpak install launcher.moe moe.launcher.an-anime-game-launcher
|
||||
```
|
||||
|
||||
Some additional configuration is possible when using the flatpak. For info about this, see [this page](https://github.com/an-anime-team/an-anime-game-launcher/wiki/Additional-configuration)
|
||||
To see the installation guides, [Please visit the wiki page here](https://github.com/an-anime-team/an-anime-game-launcher/wiki/Installation)
|
||||
|
||||
## Chinese version support
|
||||
|
||||
|
|
Loading…
Reference in a new issue