From 51c42eaf22c23b461bc1148733b05aa224a58316 Mon Sep 17 00:00:00 2001 From: Timo Koch <timokoch@math.uio.no> Date: Mon, 3 Apr 2023 11:59:26 +0000 Subject: [PATCH] [slides][problem] Fix command --- slides/problem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/problem.md b/slides/problem.md index 84fb4d09..86148e3f 100644 --- a/slides/problem.md +++ b/slides/problem.md @@ -645,7 +645,7 @@ But you can of course "install" Dune modules and DuMu^x^. * For Dune, CMake is triggered via the `dunecontrol` script ```sh -dune-common/bin/dunecontrol [options] <command> +./dune-common/bin/dunecontrol [options] <command> ``` * useful commands: - `configure`: configure libraries, variables, paths, files -- GitLab