From: Timo Heister Date: Mon, 10 Jun 2024 15:40:46 +0000 (-0400) Subject: fix readme for tests/examples/ X-Git-Tag: v9.6.0-rc1~197^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a2b7dcbcd4415d8cd27900bc9dd5037abcb8e5f;p=dealii.git fix readme for tests/examples/ --- diff --git a/tests/examples/README.md b/tests/examples/README.md index 3bf10b3bef..ab5e05ce83 100644 --- a/tests/examples/README.md +++ b/tests/examples/README.md @@ -25,5 +25,6 @@ For development of new examples, we suggest first creating an empty To modify the source code, go into ``build/tests/examples/source/`` and edit the .cc file there. Afterwards, you can update the .diff -files by running the ``update_diffs`` target in that folder that calls -the ``update_diffs.sh`` script in the current directory. +files by running the ``update_diffs`` target in the folder +``build/tests/examples/``, which runs the ``update_diffs.sh`` script +to update the diffs.