Updated Flatpak (markdown)

ALEZ 2024-10-08 11:58:49 +02:00
parent 8a591e7a87
commit f8fe45b5f5

@ -1,4 +1,4 @@
## Installing Babylonia Terminal via Flatpak
## Installing via Flatpak
To be able to install the flatpak version of the launcher, make sure that you have the flathub repository installed :
```bash
@ -12,4 +12,19 @@ You can now install the launcher either by searching `Babylonia Terminal` on you
```bash
flatpak install moe.celica.BabyloniaTerminal
```
Have fun!
Have fun!
## Installing CLI version
To install the cli version of the launcher, just start this command :
```bash
cargo install --git https://github.com/ALEZ-DEV/Babylonia-terminal --bin
```
and you can just run it by doing :
```
babylonia-terminal-cli
```
If you have any issue installing it on Steam deck or any other distro, [go check the wiki](https://github.com/ALEZ-DEV/Babylonia-terminal/wiki)