From 26ae6b48507fd005e1da35e85b992b983496a0b1 Mon Sep 17 00:00:00 2001 From: Yuhki Date: Tue, 25 Mar 2025 17:48:31 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 56cf28d..b42ab85 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,6 @@ cd wuthering-waves-downloader cargo build --release ``` -> feel free to open a pull request if you want to improve anything (i'm tired and can't do this shit anymore 😭) - ## 🌟 Key Features ### 🚀 Download Management From 9ec9a75f0fe0fdca0dc63c17334c0044b725f95c Mon Sep 17 00:00:00 2001 From: Yuhki Date: Tue, 25 Mar 2025 17:49:50 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b42ab85..56ef114 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,19 @@ - **Rust nightly toolchain** - 1.87.0-nightly or newer - **Windows** - for full console feature support -Install the nightly toolchain with: +### 🛠️ Installation & Usage +- **Install the nightly toolchain:** ```bash rustup toolchain install nightly rustup default nightly ``` -### 🛠️ Installation & Usage - **Clone the repository:** ```bash git clone https://github.com/yourusername/wuthering-waves-downloader.git cd wuthering-waves-downloader ``` + - **Build the project:** ```bash cargo build --release From 8c445695e6fd63c35e531399c604129f4fd56833 Mon Sep 17 00:00:00 2001 From: Yuhki Date: Tue, 25 Mar 2025 18:08:43 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 56ef114..0dccd60 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ *A high-performance, reliable downloader for Wuthering Waves with multi-CDN support and verification* +> Feel free to open Pull requests if you want to contribute with improvements! + [![Rust](https://img.shields.io/badge/Rust-1.87.0--nightly-orange?logo=rust)](https://www.rust-lang.org/) [![License](https://img.shields.io/badge/License-MIT-blue)](LICENSE)