diff --git a/jOOQ-website/community.php b/jOOQ-website/community.php
index 017cd15187..5fe16ff2af 100644
--- a/jOOQ-website/community.php
+++ b/jOOQ-website/community.php
@@ -54,7 +54,9 @@ Telling the world:
Contributing code
... or contribute code! If you want to share code, please follow these instructions
- - Check out the codebase from GitHub: git@github.com:jOOQ/jOOQ.git
+ - If you haven't already, download Eclipse (Indigo or Juno) from http://www.eclipse.org/. While you could develop with other IDEs as well, you wouldn't profit from all the installed launch configurations, etc.
+ - Be sure that you have http://www.eclipse.org/egit/ installed in your Eclipse distribution
+ - Check out the codebase from GitHub: git@github.com:jOOQ/jOOQ.git
- Import the jOOQ projects into Eclipse
- If you haven't already, get M2E, the Eclipse Maven plugin to build jOOQ with Maven in Eclipse (The one from Sonatype, NOT the one from Eclipse)
- Use the Eclipse formatting settings that have been checked in with the projects. Keeps the code nice and clean. Your code should not change (not much), if formatted with Ctrl-Shift-F. But don't format jOOQ DSL query code!