diff --git a/README.md b/README.md
index ebb14bba8b7f1f23ee23af49ecb6f73dedf7c93b..45b2c4849df55dd78af7ab7f1b34b4b7a3426356 100644
--- a/README.md
+++ b/README.md
@@ -47,3 +47,8 @@ If you run `mvn package` you get everything bundled up into a `.jar` file + a 
 
 Run Jar files with, for example, `java -jar target/javafx-app-1.0-SNAPSHOT-fat.jar`.
 
+## Eclipse Setup
+
+It's usually smart to change Eclipse's Maven settings so that it'll automatically download Javadocs and the source code for your dependencies:
+
+![Turn on Download Sources and Javadoc](https://git.app.uib.no/inf112/22v/lectures/-/raw/master/img/eclipse-maven.png)