diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-09-14 09:11:20 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-09-14 09:11:20 +0200 |
commit | aa87f4926edb86f63948647cef2a8cbb15174f1a (patch) | |
tree | de963c8ac1316f83023faae676960e67c9ea9fe4 /website | |
parent | 236c88fc5cb2444af353bec6370b43b915ed8fdb (diff) | |
download | lombok-aa87f4926edb86f63948647cef2a8cbb15174f1a.tar.gz lombok-aa87f4926edb86f63948647cef2a8cbb15174f1a.tar.bz2 lombok-aa87f4926edb86f63948647cef2a8cbb15174f1a.zip |
Tiny update to the website download page.
Diffstat (limited to 'website')
-rw-r--r-- | website/download.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/download.html b/website/download.html index 8f5887cf..72784c48 100644 --- a/website/download.html +++ b/website/download.html @@ -54,7 +54,7 @@ <td class="instruction">Just put <code>lombok.jar</code> on the classpath and enable annotation processing. <a href="setup/netbeans.html">More…</a></td></tr> <tr><td class="platform">Eclipse and STS</td> - <td class="instruction">Run <code>lombok.jar</code> as a java app (i.e. doubleclick it, usually) to open the installer.</td></tr> + <td class="instruction">Run <code>lombok.jar</code> as a java app (i.e. doubleclick it, usually) to install. Also add lombok.jar to your project.</td></tr> <tr><td class="platform">IDEA IntelliJ</td> <td class="instruction">lombok doesn't (yet) work under IntelliJ. We're working on it though!</td></tr> |