Simpler readme

This commit is contained in:
lukaseder 2015-05-26 16:29:30 +02:00
parent 6a0e42d5eb
commit a80bec8211

View File

@ -4,13 +4,7 @@ Please visit http://www.jooq.org for more information.
To install and run this example, please check out the complete jOOQ repository first, and use Maven to install the latest SNAPSHOT version of jOOQ:
```
$ pwd
/path/to/checkout/dir
$ ls
jOOQ jOOQ-meta jOOQ-codegen ...
$ mvn clean install
...
$ cd jOOQ-examples/jOOQ-javafx-example
$ cd jOOQ-examples/jOOQ-spark-example
...
$ mvn clean install
```