From 9ec9a75f0fe0fdca0dc63c17334c0044b725f95c Mon Sep 17 00:00:00 2001 From: Yuhki Date: Tue, 25 Mar 2025 17:49:50 +0100 Subject: [PATCH] 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