diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-07-25 02:28:55 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-07-25 02:28:55 +0200 |
commit | 90a39ae3c6a916750269fac893015be8516bcd40 (patch) | |
tree | 8cde1fb2e64204177429cb4500f07702d4d2529d /README | |
parent | 4d6fa80c9e332a40fa259cfb6bf6e8e791f66023 (diff) | |
download | lombok-90a39ae3c6a916750269fac893015be8516bcd40.tar.gz lombok-90a39ae3c6a916750269fac893015be8516bcd40.tar.bz2 lombok-90a39ae3c6a916750269fac893015be8516bcd40.zip |
Updated README. Fixes issue #135
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 3 insertions, 14 deletions
@@ -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: |