From ad81a8a6ef541cae8a97aacd9a1841081a448356 Mon Sep 17 00:00:00 2001 From: Yuhki Date: Tue, 25 Mar 2025 14:58:02 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 90af0ef..4e0bd43 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,6 @@ cd wuthering-waves-downloader ```bash cargo build --release ``` -- **Run the downloader:** -```bash -cargo run --release # (or run the built executable inside target/release/) -``` ### 🆕 What's New - **Multi-CDN Support** - Automatically tries all available CDNs for each download @@ -86,4 +82,4 @@ cargo run --release # (or run the built executable inside target/release/) - **Multi-threaded** - Safe concurrent progress tracking -- **Configurable Timeouts** - 30s for metadata, 300s for downloads \ No newline at end of file +- **Configurable Timeouts** - 30s for metadata, 300s for downloads