Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswhocodes authored Jul 7, 2023
1 parent f5fac84 commit 3f1bdc0
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 @@ -14,7 +14,7 @@ The JITWatch user interface is built using JavaFX which is downloaded as a maven
For pre-JDK11 you will need to use a Java runtime that includes JavaFX.

<h2>maven</h2>
<pre>mvn clean compile test exec:java</pre>
<pre>mvn clean package && java -jar ui/target/jitwatch-ui-shaded.jar</pre>

<h2>gradle</h2>
<pre>gradlew clean build run</pre>
Expand Down

0 comments on commit 3f1bdc0

Please sign in to comment.