We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a177f9 commit 323f566Copy full SHA for 323f566
README.md
@@ -47,7 +47,7 @@ mvn -version
47
### Directly Run the jar file
48
I have included the already build jar file. You can run it simply if you dont want to build
49
```bash
50
-java -jar file-compression-2.0-SNAPSHOT.jar
+java -jar file-compression-2.0-SNAPSHOT-jar-with-dependencies.jar
51
```
52
53
@@ -61,7 +61,7 @@ mvn exec:java
61
### Using JAR directly
62
After building with Maven, you can run the JAR:
63
64
-java -jar file-compression-2.0-SNAPSHOT-jar-with-dependencies.jar
+java -jar target/file-compression-2.0-SNAPSHOT-jar-with-dependencies.jar
65
66
67

0 commit comments