mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-16 17:38:51 +00:00
add content to readme
This commit is contained in:
parent
3e48dbd68a
commit
cc78e64a99
21
README.md
21
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!
|
||||||
@ -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]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user