Skip to content

Commit 323f566

Browse files
committed
update readme
1 parent 0a177f9 commit 323f566

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ mvn -version
4747
### Directly Run the jar file
4848
I have included the already build jar file. You can run it simply if you dont want to build
4949
```bash
50-
java -jar file-compression-2.0-SNAPSHOT.jar
50+
java -jar file-compression-2.0-SNAPSHOT-jar-with-dependencies.jar
5151
```
5252

5353

@@ -61,7 +61,7 @@ mvn exec:java
6161
### Using JAR directly
6262
After building with Maven, you can run the JAR:
6363
```bash
64-
java -jar file-compression-2.0-SNAPSHOT-jar-with-dependencies.jar
64+
java -jar target/file-compression-2.0-SNAPSHOT-jar-with-dependencies.jar
6565
```
6666

6767
![Outlook](/git_resource/readmeScreenshot.png?raw=true "File Compression GUI")

0 commit comments

Comments
 (0)