aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website/download.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/website/download.html b/website/download.html
index 7a2d13e9..3bd36387 100644
--- a/website/download.html
+++ b/website/download.html
@@ -30,7 +30,10 @@
Just double-click the <code>lombok.jar</code> file you've downloaded to install lombok into
your IDE. <code>lombok.jar</code> is also the jar you use as a project dependency
(include it in your classpath when compiling with <code>javac</code> or add it to your project
- library list in your java IDE). It's the only jar you need!
+ library list in your java IDE). It's the only jar you need!<br />
+ <br />
+ If double-clicking opens winrar or some other archiver, go to the command line and run:<br />
+ <code>java -jar lombok.jar</code> to start the installer.
</p>
<a href="http://projectlombok.googlecode.com/files/lombok.jar" id="downloadLink">
Download now!