aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 15 insertions, 2 deletions
diff --git a/README b/README
index c900d849..618ab1d8 100644
--- a/README
+++ b/README
@@ -1,8 +1,21 @@
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.
-Using lombok is made as simple as possible, and aims to work on all major java IDEs as well as javac itself.
-See LICENCE for the project lombok licence.
+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.
+
Project Authors: