From 30c2dc3c91a172d628e89a46d31c582fc9f82fca Mon Sep 17 00:00:00 2001
From: Anton Kullberg <anton.kullberg@liu.se>
Date: Fri, 12 Nov 2021 16:55:56 +0100
Subject: [PATCH] readme: updated readme about binder

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0f15d8d..9b3052c 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
-- 
GitLab