mirror of
https://github.com/yuhkix/wuwa-downloader.git
synced 2025-06-06 01:43:40 +00:00
Merge branch 'main' of https://github.com/yuhkix/wuwa-downloader
This commit is contained in:
commit
989eeba12b
1 changed files with 5 additions and 4 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
*A high-performance, reliable downloader for Wuthering Waves with multi-CDN support and verification*
|
*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!
|
||||||
|
|
||||||
[](https://www.rust-lang.org/)
|
[](https://www.rust-lang.org/)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
|
|
||||||
|
@ -9,25 +11,24 @@
|
||||||
- **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
|
||||||
```
|
```
|
||||||
|
|
||||||
> 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
|
## 🌟 Key Features
|
||||||
|
|
||||||
### 🚀 Download Management
|
### 🚀 Download Management
|
||||||
|
|
Loading…
Reference in a new issue