diff --git a/README.md b/README.md index 1bbcf47..137c558 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Babylonia terminal ### This launcher download, install your favorite anime game and dependecies for you! + For now, there is only a cli version of the launcher, but a gui one is on my radar, so stay tuned! If you have any issue with the launcher, don't hesitate to open an issue! @@ -11,12 +12,18 @@ Please install Rust from the [official website](https://www.rust-lang.org/fr/too ## Installation -To install the cli version of the launcher, just start this command +To install the cli version of the launcher, just start this command : ``` cargo install babylonia-terminal-cli ``` +and you can just run it by doing : + +``` +babylonia-terminal-cli +``` + ## Special thank -Thank to [krypt0nn](https://github.com/krypt0nn) to made the [wincompatlib](https://github.com/krypt0nn/wincompatlib) library! \ No newline at end of file +Thank to [krypt0nn](https://github.com/krypt0nn) to made the [wincompatlib](https://github.com/krypt0nn/wincompatlib) library!