From 51743e502a3e9894b82f427afa02b88c7741fd0c Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sat, 5 Feb 2022 16:29:35 +0200 Subject: [PATCH] Updated flatpak support info --- README.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bdb6c55..f20109a 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,26 @@ | AppImage | [Releases](https://gitlab.com/KRypt0n_/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) | -| Flatpak | [An Anime Game Launcher](https://flathub.org/apps/details/com.gitlab.KRypt0n_.an-anime-game-launcher) | - - - +## 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 + +```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 com.gitlab.KRypt0n_.an-anime-game-launcher +``` # Status