Update README.md

This commit is contained in:
Yuhki 2025-03-25 17:49:50 +01:00 committed by GitHub
parent 26ae6b4850
commit 9ec9a75f0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,18 +9,19 @@
- **Rust nightly toolchain** - 1.87.0-nightly or newer - **Rust nightly toolchain** - 1.87.0-nightly or newer
- **Windows** - for full console feature support - **Windows** - for full console feature support
Install the nightly toolchain with: ### 🛠️ Installation & Usage
- **Install the nightly toolchain:**
```bash ```bash
rustup toolchain install nightly rustup toolchain install nightly
rustup default nightly rustup default nightly
``` ```
### 🛠️ Installation & Usage
- **Clone the repository:** - **Clone the repository:**
```bash ```bash
git clone https://github.com/yourusername/wuthering-waves-downloader.git git clone https://github.com/yourusername/wuthering-waves-downloader.git
cd wuthering-waves-downloader cd wuthering-waves-downloader
``` ```
- **Build the project:** - **Build the project:**
```bash ```bash
cargo build --release cargo build --release