From 8a8fedb94e8c0454f3faa918f1bd1585942880fc Mon Sep 17 00:00:00 2001 From: Theresa Schollenberger <theresa.schollenberger@iws.uni-stuttgart.de> Date: Wed, 26 May 2021 16:56:25 +0200 Subject: [PATCH] Update readme --- scripts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/README.md b/scripts/README.md index 9bbb76c2..4a270c9f 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -31,7 +31,7 @@ and configure all modules with CMake This will clone the necessary repositories (in a subfolder `DUMUX`) and build all libaries. -Run the script `test_dumux.sh` in the newly created dumux folder +Run the script `test_dumux.sh` in the newly created `DUMUX` folder to test your installation of dumux. ```bash ./test_dumux.sh -- GitLab