diff options
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> |