diff --git a/.renku/renku.ini b/.renku/renku.ini
index 6ef67b655a44f285d08b1af51c5edf3d5e701f08..fd87be3f41ad05d2f0032eea72c9aab508f71620 100644
--- a/.renku/renku.ini
+++ b/.renku/renku.ini
@@ -1,6 +1,7 @@
 [interactive]
 default_url = /lab
 mem_request = 8G
+lfs_auto_fetch = true
 
 [renku]
 autocommit_lfs = false
diff --git a/README.md b/README.md
index b966d2db263939481e938e3b8fc9d492dd43f797..c187968ec3e86a803a8411d5b9246b6b07a4dfd0 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,9 @@ This has the advantage that you can save the changes to your notebook while work
 ## Starting a Session
 
 Click on the project and go to the Sessions tab, and click on the "New Session button".
+
+![Alt text](img/new_session.png )
+
 When opening a session the first time after forking the project, you will encounter the Docker Image no available Error. This is not a problem, just click on building the branch image. It will now build your docker image. This can take some minutes. Afterwards click on the "Start Session" button and you have a running session which looks like this:
 
 ![Alt text](img/session_overview.png )