Skip to content

Commit 4c852b2

Browse files
committed
Update README.md
1 parent 58373d3 commit 4c852b2

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,15 @@ A simple multithread downloader written in Java
1010

1111
## Run
1212

13-
`java -jar target\multithread-downloader-1.0-SNAPSHOT-jar-with-dependencies.jar <download link>`
13+
`java -jar target\multithread-downloader-1.0-SNAPSHOT-jar-with-dependencies.jar <download link> <options>`
1414

15-
### Options
15+
16+
## Download and Run Release Software
17+
You can download releases in this [link](https://github.com/SakaDream/Java-Multithread-Downloader/releases)
18+
19+
Run the release: `java -jar multithread-downloader.jar <download link> <options>`
20+
21+
## Options
1622

1723
- `-c`, `--connections` : Number of connections / threads
1824
- `-l`, `--location` : Downloads location

0 commit comments

Comments
 (0)