Created Flatpak (markdown)

ALEZ 2024-10-07 19:09:27 +02:00
parent ba67317c90
commit 0ff37aacf3

13
Flatpak.md Normal file

@ -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!