From 369979b9cb00ae6f0c7b12934dbf76bce3c0cf18 Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Mon, 29 Mar 2021 11:24:29 +0000 Subject: [PATCH] Update README.md --- scripts/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/README.md b/scripts/README.md index df53eaf6..2e1a7dab 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -24,6 +24,8 @@ On debian-based system you can use this: Then, you can the execute the script and it will download the dune repositories and dumux and configure all modules with CMake ```bash + wget https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course/-/raw/master/scripts/install.sh + chmod a+x install.sh ./install.sh ``` This will clone the necessary repositories (in a subfolder 'dumux'), -- GitLab