diff --git a/README.md b/README.md index 958f14f..60068a2 100644 --- a/README.md +++ b/README.md @@ -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! \ No newline at end of file diff --git a/babylonia-terminal-cli/Cargo.toml b/babylonia-terminal-cli/Cargo.toml index 2026a1c..a7734dd 100644 --- a/babylonia-terminal-cli/Cargo.toml +++ b/babylonia-terminal-cli/Cargo.toml @@ -3,6 +3,9 @@ name = "babylonia-terminal-cli" version = "0.1.0" edition = "2021" +[[bin]] +name = "babylonia-terminal-cli" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]