From 90a39ae3c6a916750269fac893015be8516bcd40 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sun, 25 Jul 2010 02:28:55 +0200 Subject: Updated README. Fixes issue #135 --- README | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/README b/README index 618ab1d8..17c4deaa 100644 --- a/README +++ b/README @@ -1,21 +1,10 @@ projectlombok makes java a spicier language by adding 'handlers' that know how to build and compile simple, boilerplate-free, not-quite-java code. -See LICENCE for the project lombok licence. +See LICENSE for the project lombok license. -To start: - -First, run: - -ant installDeps - -to grab a bunch of dependencies interactively from the internet. - -Then, to build lombok: - -ant dist - -try ant -projecthelp for descriptions of other options. +To start, run: +ant -projecthelp Project Authors: -- cgit