From 95c7b1cc42a90142aa65720b02e164844aaba49d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carsten=20Gr=C3=A4ser?= <graeser@mi.fu-berlin.de> Date: Fri, 26 May 2017 22:21:15 +0200 Subject: [PATCH] [doc] Clone tutorial module --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7bb41c..0e1e93a 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ git clone https://gitlab.dune-project.org/core/dune-localfunctions.git git clone https://gitlab.dune-project.org/core/dune-istl.git ``` -Besides the core modules we need some extension modules and this tutorial +Besides the core modules we need some extension modules ```shell git clone https://gitlab.dune-project.org/staging/dune-typetree.git @@ -75,6 +75,12 @@ git clone https://gitlab.dune-project.org/staging/dune-functions.git git clone https://gitlab.dune-project.org/staging/dune-uggrid.git ``` +Finally this tutorial module + +```shell +git clone git@git.imp.fu-berlin.de:graeser/dune-fu-tutorial.git +``` + ## Configuring and building Dune -- GitLab