mirror of
https://github.com/yuhkix/wuwa-downloader.git
synced 2025-06-04 08:53:41 +00:00
Update README.md
This commit is contained in:
parent
26ae6b4850
commit
9ec9a75f0f
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue