Update readme

This commit is contained in:
Koitharu
2024-10-15 13:58:36 +03:00
parent f7cccf0d80
commit 57e7c8d685

View File

@@ -8,7 +8,7 @@ Easy-to-use cross-platform manga downloader with a lot of manga sources supporte
# Installation # Installation
### For Windows/Linux/Mac users ### For Windows/Linux/Mac users
Just download the latest release and use it Just download the [latest release](https://github.com/KotatsuApp/kotatsu-dl/releases/latest) and use it
```shell ```shell
java -jar ./kotatsu-dl.jar java -jar ./kotatsu-dl.jar
@@ -31,8 +31,10 @@ Usage: kotatsu-dl [<options>] <link>
Options: Options:
--dest, --destination=<value> Output file or directory path. Default is current directory --dest, --destination=<value> Output file or directory path. Default is current directory
--format=(cbz|zip|dir) Output format --format=(cbz|zip|dir) Output format
-j, --jobs=<int> Number of parallel jobs for downloading
--throttle Slow down downloading to avoid blocking your IP address by server --throttle Slow down downloading to avoid blocking your IP address by server
--chapters=<numbers or range> Numbers of chapters to download. Can be a single numbers or range, e.g. "1-4,8,11" or "all" --chapters=<numbers or range> Numbers of chapters to download. Can be a single numbers or range, e.g. "1-4,8,11" or "all"
-v, --verbose Show more information
-h, --help Show this message and exit -h, --help Show this message and exit
Arguments: Arguments: