From 4a2b7dcbcd4415d8cd27900bc9dd5037abcb8e5f Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 10 Jun 2024 11:40:46 -0400 Subject: [PATCH] fix readme for tests/examples/ --- tests/examples/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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. -- 2.39.5