diff --git a/README.md b/README.md
index 0f15d8d2ed0bd76489a0b0db854a5097e7fdb8b6..9b3052c40f9ca170ed934ec71001ba18fa643b1c 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,8 @@
 Code repository for Python implementations of some multiple target tracking algorithms, specifically developed for the course Target Tracking at Linköping University, see [Target Tracking](https://mtt.edu.hendeby.se/). See Getting started for information on how to run the code and generate result plots.
 
 ### Run Notebooks on Binder
-The notebooks are hosted on Binder and can immediately be run.
+The notebooks are hosted on Binder and can immediately be run. However, Binder is quite slow and the algorithms will not run even somewhat quick there. It is advised to follow [Getting started locally](#getting-started-locally) instead.
+
 [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/git/https%3A%2F%2Fgitlab.liu.se%2Fphd-courses%2Fmultiple-target-tracking/HEAD)
 
 # Getting started locally