aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mulk.eu>2023-12-05 20:58:59 +0000
committerMatthias Benkard <code@mulk.eu>2023-12-05 20:58:59 +0000
commitb57737300622470be84ea1613c59409c15f7dc9c (patch)
treec330e93dc13f4125b8f49c353969caabb65285f6
parent40bd44adeab5311dd854402396a322327bec8ebe (diff)
Fix copy’n’paste-o in the readme.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 962810b..7be5542 100644
--- a/README.md
+++ b/README.md
@@ -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: