Skip to content

Commit 971ef88

Browse files
committed
More details for "Running the examples"
1 parent 5345500 commit 971ef88

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,17 @@ The examples start simple and get more and more complicated, adding additional a
112112
There is not a "full example" which shows all aspects at the moment, since this is just some code to figure out
113113
how to build MVVM using RxJava and RxSwing. Every example shows just one or more aspects.
114114

115-
Running the examples: +
115+
*Running the examples:* +
116116

117-
`./gradlew run -Pexample=<example>, e.g.: ./gradlew run -Pexample=7a`
117+
Run the main class of each example in your favourite IDE
118+
119+
_or_
120+
121+
Use the gradle-wrapper on your favourite console
122+
123+
`./gradlew run -Pexample=<example>` +
124+
e.g.: +
125+
`./gradlew run -Pexample=7a`
118126

119127
Scope: +
120128
The *current* examples are all "everything in one process" examples: View, ViewModel and Model run in one process in the same JVM. +

0 commit comments

Comments
 (0)