diff --git a/Installation.md b/Installation.md index 1bd21e0..5956352 100644 --- a/Installation.md +++ b/Installation.md @@ -14,19 +14,25 @@ flatpak install moe.celica.BabyloniaTerminal ``` 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) -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 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) \ No newline at end of file