From 6b3904bdae10d01424f7ec4f0d7101b11d70809b Mon Sep 17 00:00:00 2001 From: ALEZ <38623465+ALEZ-DEV@users.noreply.github.com> Date: Sun, 4 May 2025 18:15:00 +0200 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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