Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr authored Oct 31, 2024
1 parent a67fbdf commit b7c2106
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ It will create a partial shadow cross-platform jar under `app/target/lib/scenebu
Before starting the app, all dependencies must be installed locally.
This is achieved by:

`mvn install`
`./mvnw install`

Then Scene Builder can be started with Maven:

`mvn javafx:run -f app`
`./wmvn javafx:run -f app`

Alternatively, you can run the partial shadow jar in the classpath, providing you have downloaded the JavaFX SDK from [here](https://gluonhq.com/products/javafx/):

Expand Down Expand Up @@ -121,7 +121,7 @@ Scene Builder Kit is published to Maven Central, and you can add it as a regular

If you want to build and install the Scene Builder Kit in your local repository, run:

`mvn clean install -f kit`
`./mvnw clean install -f kit`

### Gluon plugin ###

Expand All @@ -140,7 +140,7 @@ Contributors can check for code-style violations in their code by running the Ch
To run the plugin:

```
mvn checkstyle:checkstyle
./mvnw checkstyle:checkstyle
```

There will be a report for each sub-project:
Expand Down

0 comments on commit b7c2106

Please sign in to comment.