Skip to content

Commit

Permalink
Merge pull request #373 from AdoptOpenJDK/chriswhocodes-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
chriswhocodes authored Jul 7, 2023
2 parents f5fac84 + 3f1bdc0 commit 53abd15
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 53abd15

Please sign in to comment.