diff --git a/Flatpak.md b/Flatpak.md new file mode 100644 index 0000000..59c3a23 --- /dev/null +++ b/Flatpak.md @@ -0,0 +1,13 @@ +To be able to install the flatpak version of the launcher, make sure that you have the flathub repository installed : +```bash +flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo +``` +Then you can install the [anime launcher](https://github.com/an-anime-team) repository +```bash +flatpak remote-add --if-not-exists launcher.moe https://gol.launcher.moe/gol.launcher.moe.flatpakrepo +``` +You can now install the launcher either by searching `Babylonia Terminal` on your software manager of your distribution or by installing it with the following command : +```bash +flatpak install moe.celica.BabyloniaTerminal +``` +Have fun! \ No newline at end of file