Updated Installation (markdown)

ALEZ 2025-05-04 18:15:00 +02:00
parent 029de1f98f
commit 6b3904bdae

@ -14,19 +14,25 @@ flatpak install moe.celica.BabyloniaTerminal
``` ```
Have fun! Have fun!
## Installing CLI version ## Installing the Non-Flatpak version
Please before installing, check if you meet the [Compilation requirement](https://github.com/ALEZ-DEV/Babylonia-terminal/wiki/Compilation-requirement) Please before installing, check if you meet the [Compilation requirement](https://github.com/ALEZ-DEV/Babylonia-terminal/wiki/Compilation-requirement)
To install the cli version of the launcher, just start this command : To install the non-flatpak version of the launcher, just start this command :
```bash ```bash
cargo install --git https://github.com/ALEZ-DEV/Babylonia-terminal --bin cargo install --git https://github.com/ALEZ-DEV/Babylonia-terminal --bin
``` ```
and you can just run it by doing : and you can just run it by doing to launch the cli version :
``` ```
babylonia-terminal-cli babylonia-terminal
``` ```
if you want to launch the gui version :
```
babylonia-terminal --gui
```
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) 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)