Skip to content

Commit

Permalink
docs: update instructions for building JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
algomaster99 committed May 20, 2022
1 parent 1bd908e commit 5b3c9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ renaming the JAR to `sorald.jar` for the sake of simplicity.
```bash
$ cd sorald
$ mvn package -DskipTests
$ cp target/sorald-*-jar-with-dependencies.jar sorald.jar
$ cp sorald/target/sorald-*-jar-with-dependencies.jar sorald.jar
```

The Sorald application can now be found in `sorald.jar` in the current working
Expand Down

0 comments on commit 5b3c9b9

Please sign in to comment.