mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-16 09:28:53 +00:00
Update readme
This commit is contained in:
parent
ad989c7370
commit
084be5bf54
@ -9,13 +9,15 @@ 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)
|
||||
You need [python3](https://www.python.org/downloads/) installed on your system, but all major system have it installed by default
|
||||
You need Steam to be installed to run the game
|
||||
|
||||
## Installation
|
||||
|
||||
To install the cli version of the launcher, just start this command :
|
||||
|
||||
```
|
||||
cargo install babylonia-terminal-cli
|
||||
cargo install --git https://github.com/ALEZ-DEV/Babylonia-terminal --bin
|
||||
```
|
||||
|
||||
and you can just run it by doing :
|
||||
|
||||
13
babylonia-terminal-cli/Cargo.lock
generated
13
babylonia-terminal-cli/Cargo.lock
generated
@ -62,7 +62,7 @@ name = "babylonia-terminal-cli"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"babylonia-terminal-sdk",
|
||||
"downloader",
|
||||
"downloader-for-babylonia-terminal",
|
||||
"indicatif",
|
||||
"log",
|
||||
"simple_logger",
|
||||
@ -73,12 +73,14 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "babylonia-terminal-sdk"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "356e615d4d99673511c7c55cd7ac410996a69e3930e9ac50b0570cfefb05e68e"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"chksum-md5",
|
||||
"dirs",
|
||||
"dotenv",
|
||||
"downloader",
|
||||
"downloader-for-babylonia-terminal",
|
||||
"flate2",
|
||||
"fs_extra",
|
||||
"log",
|
||||
@ -337,9 +339,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
||||
|
||||
[[package]]
|
||||
name = "downloader"
|
||||
version = "0.2.7"
|
||||
source = "git+https://github.com/ALEZ-DEV/downloader#5572a0875ec4f04b0514342f9acff21252beb579"
|
||||
name = "downloader-for-babylonia-terminal"
|
||||
version = "0.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "075dd494fe6741db4ecbd43fde70a104bebd4592dbe8a9efce1d7072e20b9da5"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"rand",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user