From d1a40f144be088056bc9bdfd3e50f8cc299e375a Mon Sep 17 00:00:00 2001 From: lukaseder Date: Tue, 26 May 2015 16:33:36 +0200 Subject: [PATCH] Fixed readme --- jOOQ-examples/jOOQ-flyway-example/README.md | 8 ++------ jOOQ-examples/jOOQ-javaee-example/README.md | 6 +----- jOOQ-examples/jOOQ-javafx-example/README.md | 6 +----- jOOQ-examples/jOOQ-nashorn-example/README.md | 8 ++------ jOOQ-examples/jOOQ-spark-example/README.md | 4 +++- jOOQ-examples/jOOQ-spring-example/README.md | 6 +----- jOOQ-examples/jOOQ-spring-guice-example/README.md | 8 ++------ jOOQ-examples/jOOQ-vertabelo-example/README.md | 6 +----- 8 files changed, 13 insertions(+), 39 deletions(-) diff --git a/jOOQ-examples/jOOQ-flyway-example/README.md b/jOOQ-examples/jOOQ-flyway-example/README.md index 566965d4ef..c97f65e0e9 100644 --- a/jOOQ-examples/jOOQ-flyway-example/README.md +++ b/jOOQ-examples/jOOQ-flyway-example/README.md @@ -1,16 +1,12 @@ Thanks for downloading jOOQ. 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: +To install and run this example, simply check it out and run the following Maven command ``` $ pwd /path/to/checkout/dir -$ ls -jOOQ jOOQ-meta jOOQ-codegen ... -$ mvn clean install -... $ cd jOOQ-examples/jOOQ-flyway-example ... $ mvn clean install -``` +``` \ No newline at end of file diff --git a/jOOQ-examples/jOOQ-javaee-example/README.md b/jOOQ-examples/jOOQ-javaee-example/README.md index 97a1bf4a9a..534679b746 100644 --- a/jOOQ-examples/jOOQ-javaee-example/README.md +++ b/jOOQ-examples/jOOQ-javaee-example/README.md @@ -1,15 +1,11 @@ Thanks for downloading jOOQ. 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: +To install and run this example, simply check it out and run the following Maven command ``` $ pwd /path/to/checkout/dir -$ ls -jOOQ jOOQ-meta jOOQ-codegen ... -$ mvn clean install -... $ cd jOOQ-examples/jOOQ-javaee-example ... $ mvn clean install diff --git a/jOOQ-examples/jOOQ-javafx-example/README.md b/jOOQ-examples/jOOQ-javafx-example/README.md index 4405ddd201..e513f2a6c1 100644 --- a/jOOQ-examples/jOOQ-javafx-example/README.md +++ b/jOOQ-examples/jOOQ-javafx-example/README.md @@ -1,15 +1,11 @@ Thanks for downloading jOOQ. 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: +To install and run this example, simply check it out and run the following Maven command ``` $ pwd /path/to/checkout/dir -$ ls -jOOQ jOOQ-meta jOOQ-codegen ... -$ mvn clean install -... $ cd jOOQ-examples/jOOQ-javafx-example ... $ mvn clean install diff --git a/jOOQ-examples/jOOQ-nashorn-example/README.md b/jOOQ-examples/jOOQ-nashorn-example/README.md index 5648747c69..0d2a5b1c15 100644 --- a/jOOQ-examples/jOOQ-nashorn-example/README.md +++ b/jOOQ-examples/jOOQ-nashorn-example/README.md @@ -1,16 +1,12 @@ Thanks for downloading jOOQ. 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: +To install and run this example, simply check it out and run the following Maven command ``` $ pwd /path/to/checkout/dir -$ ls -jOOQ jOOQ-meta jOOQ-codegen ... -$ mvn clean install -... $ cd jOOQ-examples/jOOQ-nashorn-example ... $ mvn clean install -``` +``` \ No newline at end of file diff --git a/jOOQ-examples/jOOQ-spark-example/README.md b/jOOQ-examples/jOOQ-spark-example/README.md index fb54e76935..7d4fb3f3d5 100644 --- a/jOOQ-examples/jOOQ-spark-example/README.md +++ b/jOOQ-examples/jOOQ-spark-example/README.md @@ -1,9 +1,11 @@ Thanks for downloading jOOQ. 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: +To install and run this example, simply check it out and run the following Maven command ``` +$ pwd +/path/to/checkout/dir $ cd jOOQ-examples/jOOQ-spark-example ... $ mvn clean install diff --git a/jOOQ-examples/jOOQ-spring-example/README.md b/jOOQ-examples/jOOQ-spring-example/README.md index 35cffc8d64..c9c0aaa5ee 100644 --- a/jOOQ-examples/jOOQ-spring-example/README.md +++ b/jOOQ-examples/jOOQ-spring-example/README.md @@ -4,15 +4,11 @@ Please visit http://www.jooq.org for more information. This example was inspired by Petri Kainulainen's excellent blog post: http://www.petrikainulainen.net/programming/jooq/using-jooq-with-spring-configuration/ -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: +To install and run this example, simply check it out and run the following Maven command ``` $ pwd /path/to/checkout/dir -$ ls -jOOQ jOOQ-meta jOOQ-codegen ... -$ mvn clean install -... $ cd jOOQ-examples/jOOQ-spring-example ... $ mvn clean install diff --git a/jOOQ-examples/jOOQ-spring-guice-example/README.md b/jOOQ-examples/jOOQ-spring-guice-example/README.md index 9248bb27e0..3e65deb80c 100644 --- a/jOOQ-examples/jOOQ-spring-guice-example/README.md +++ b/jOOQ-examples/jOOQ-spring-guice-example/README.md @@ -8,16 +8,12 @@ And by this jOOQ User Group thread here: https://groups.google.com/forum/#!topic/jooq-user/L9lqjxXxv5s -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: +To install and run this example, simply check it out and run the following Maven command ``` $ pwd /path/to/checkout/dir -$ ls -jOOQ jOOQ-meta jOOQ-codegen ... -$ mvn clean install -... -$ cd jOOQ-examples/jOOQ-spring-example +$ cd jOOQ-examples/jOOQ-spring-guice-example ... $ mvn clean install ``` diff --git a/jOOQ-examples/jOOQ-vertabelo-example/README.md b/jOOQ-examples/jOOQ-vertabelo-example/README.md index 5faa32cd01..1ea5a2de85 100644 --- a/jOOQ-examples/jOOQ-vertabelo-example/README.md +++ b/jOOQ-examples/jOOQ-vertabelo-example/README.md @@ -1,15 +1,11 @@ Thanks for downloading jOOQ. 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: +To install and run this example, simply check it out and run the following Maven command ``` $ pwd /path/to/checkout/dir -$ ls -jOOQ jOOQ-meta jOOQ-codegen ... -$ mvn clean install -... $ cd jOOQ-examples/jOOQ-vertabelo-example ... $ mvn clean install