From 21d47a906a357dce30125b055331965a6b0ccdd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Westk=C3=A4mper?= Date: Tue, 15 Jan 2013 16:33:21 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index aa29f4668..eb3d99c33 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,11 @@ Querydsl is a framework which enables the construction of type-safe SQL-like que Instead of writing queries as inline strings or externalizing them into XML files they are constructed via a fluent API. +*How to build* + +Querydsl provides releases via public Maven repositories, but you can build the sources also yourself like this + + cd querydsl-root + mvn -Pjenkins,all -DskipTests=true clean install + For more information visit the project homepage at http://www.querydsl.com/. From 86fe12a985294d87594ce7e407122ee4cbcb8b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Westk=C3=A4mper?= Date: Tue, 15 Jan 2013 16:33:39 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb3d99c33..a001f5178 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Querydsl is a framework which enables the construction of type-safe SQL-like que Instead of writing queries as inline strings or externalizing them into XML files they are constructed via a fluent API. -*How to build* +**How to build** Querydsl provides releases via public Maven repositories, but you can build the sources also yourself like this