Update Readme

This commit is contained in:
Marcel Schwarz 2020-09-20 02:41:50 +02:00
parent 18316745de
commit 6834bbb21e

View File

@ -1,3 +1,5 @@
## How to run the Samples ## How to run the Samples
java -cp MyJar.jar com.mycomp.myproj.dir2.MainClass2 ```
gradlew run
```