Skip to content

Commit

Permalink
Use mvn wrapper in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed May 3, 2024
1 parent 9eeaa04 commit 1ef50ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ The project moved over to GitHub :smile:
This tool can be used with [Maven3](https://maven.apache.org/download.html) in two ways:
* run as a standalone application
```
$ mvn clean install -Plive-demo
$ ./mvnw clean install -Plive-demo
```
* run the executable jar
```
$ mvn clean install
$ ./mvnw clean install
$ java -jar target/fotorenamer-2.0.0-executable.jar
```
* start a deprecated stable version [(0.1.3-SNAPSHOT)](https://www.aiki-it.de/sw/ixus/bildbearbeiter.jnlp) via Webstart
Expand Down

0 comments on commit 1ef50ae

Please sign in to comment.