From f8fe45b5f528e70347696e8ad5df6d49f463a681 Mon Sep 17 00:00:00 2001 From: ALEZ <38623465+ALEZ-DEV@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:58:49 +0200 Subject: [PATCH] Updated Flatpak (markdown) --- Flatpak.md => Installation.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) rename Flatpak.md => Installation.md (59%) diff --git a/Flatpak.md b/Installation.md similarity index 59% rename from Flatpak.md rename to Installation.md index 1530ef0..a00d869 100644 --- a/Flatpak.md +++ b/Installation.md @@ -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! \ No newline at end of file +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) \ No newline at end of file