From 9ec1f6a077eb04447622397a4bfd96a724a41da9 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Mon, 18 Jun 2012 23:15:43 +0200 Subject: Updated readme file --- README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README b/README index c2cb3b50..97271ec3 100644 --- a/README +++ b/README @@ -1,14 +1,16 @@ -projectlombok makes java a spicier language by adding 'handlers' that know how to build and compile simple, boilerplate-free, not-quite-java code. -See LICENSE for the project lombok license. +Project Lombok makes java a spicier language by adding 'handlers' that know how to build and compile simple, boilerplate-free, not-quite-java code. +See LICENSE for the Project Lombok license. To start, run: ant -projecthelp -HINT: If you'd like to develop lombok in eclipse, run 'ant eclipse' first. It creates the necessary project infrastructure and downloads dependencies. +HINT: If you'd like to develop lombok in eclipse, run 'ant eclipse' first. It creates the necessary project infrastructure and downloads dependencies. Note that, in order to run "LombokizedEclipse.launch", you need to have "Eclipse SDK" installed. -Project Authors: +For a list of all authors, see the AUTHORS file. + +Project Lombok was started by: Reinier Zwitserloot twitter: @surial -- cgit