Skip to content

Commit

Permalink
Merge pull request #67 from EnnoxHD/update-readme
Browse files Browse the repository at this point in the history
updated readme commands for running sample applications
  • Loading branch information
aalmiray authored May 7, 2020
2 parents ebb08c7 + 62331f8 commit dc60e4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ Run the sampler JavaFX application by invoking the following commands

[source]
----
$ cd subprojects/sampler-javafx
$ ../gradlew run
$ cd apps/sampler-javafx
$ ../../gradlew run
----

Run the sampler Swing application by invoking the following commands
[source]
----
$ cd subprojects/sampler-swing
$ ../gradlew run
$ cd apps/sampler-swing
$ ../../gradlew run
----

0 comments on commit dc60e4e

Please sign in to comment.