From f940b7fccfdb27ec0613a9b6fcc90a6a04703b42 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de>
Date: Wed, 11 Oct 2017 15:34:43 +0200
Subject: [PATCH] [tutorial][ex3] Update README.md

---
 tutorial/ex3/README.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/tutorial/ex3/README.md b/tutorial/ex3/README.md
index 9cbc3228ba..af1e72c132 100644
--- a/tutorial/ex3/README.md
+++ b/tutorial/ex3/README.md
@@ -141,12 +141,8 @@ dune_add_test(NAME ex3_a SOURCES ex3_a.cc)
 Now you can compile and execute the program by typing
 
 ```bash
+make
 make ex3_a
-```
-
-and
-
-```bash
 ./ex3_a ex3_a.input
 ```
 
-- 
GitLab