From 084be5bf545a4dc8e11c5a8aa85c3ade87be6dba Mon Sep 17 00:00:00 2001 From: ALEZ-DEV Date: Sun, 5 May 2024 17:11:00 +0200 Subject: [PATCH] Update readme --- README.md | 4 +++- babylonia-terminal-cli/Cargo.lock | 13 ++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 137c558..875d4bb 100644 --- a/README.md +++ b/README.md @@ -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 : diff --git a/babylonia-terminal-cli/Cargo.lock b/babylonia-terminal-cli/Cargo.lock index 7c7223e..7a7e626 100644 --- a/babylonia-terminal-cli/Cargo.lock +++ b/babylonia-terminal-cli/Cargo.lock @@ -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",