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