diff options
author | Matthias Benkard <code@mulk.eu> | 2023-12-05 20:58:59 +0000 |
---|---|---|
committer | Matthias Benkard <code@mulk.eu> | 2023-12-05 20:58:59 +0000 |
commit | b57737300622470be84ea1613c59409c15f7dc9c (patch) | |
tree | c330e93dc13f4125b8f49c353969caabb65285f6 | |
parent | 40bd44adeab5311dd854402396a322327bec8ebe (diff) |
Fix copy’n’paste-o in the readme.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ You can build the tool either as a shaded JAR or as a native executable. To build and run a shaded JAR: $ mvn package -pl jgvariant-tool -am -Pshade - $ java -jar /home/mulk/Arbeitskasten/jgvariant/jgvariant-tool/target/jgvariant-tool-*.jar ... + $ java -jar jgvariant-tool/target/jgvariant-tool-*.jar ... To build and run a native executable: |