diff --git a/README.md b/README.md
index c0d6a946035a97e31db26ef7a8deb7c92d46dbcb..d5804d1a20b43343b34abc4dd0c49e1dc65414a3 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,8 @@ To build Spark and its example programs, run:
 (You do not need to do this if you downloaded a pre-built package.)
 More detailed documentation is available from the project site, at
 ["Building Spark"](http://spark.apache.org/docs/latest/building-spark.html).
+For developing Spark using an IDE, see [Eclipse](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-Eclipse)
+and [IntelliJ](https://cwiki.apache.org/confluence/display/SPARK/Useful+Developer+Tools#UsefulDeveloperTools-IntelliJ).
 
 ## Interactive Scala Shell