add content to readme

This commit is contained in:
ALEZ-DEV 2024-05-04 21:43:10 +02:00
parent 3e48dbd68a
commit cc78e64a99
2 changed files with 23 additions and 1 deletions

View File

@ -1 +1,20 @@
# babylonia-terminal-launcher # 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!
## Requirement
Please install Rust from the [official website](https://www.rust-lang.org/fr/tools/install)
## Installation
To install the cli version of the launcher, just start this command
`cargo install babylonia-terminal-cli`
## Special thank
Thank to [krypt0nn](https://github.com/krypt0nn) to made the [wincompatlib](https://github.com/krypt0nn/wincompatlib) library!

View File

@ -3,6 +3,9 @@ name = "babylonia-terminal-cli"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
[[bin]]
name = "babylonia-terminal-cli"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]