From d2b0490dba39be7b6659d94866b7fa6722648d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= <26327373+vkucera@users.noreply.github.com> Date: Sun, 9 Nov 2025 16:52:23 +0100 Subject: [PATCH] Extend exercise tips --- Tutorials/PWGHF/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tutorials/PWGHF/README.md b/Tutorials/PWGHF/README.md index 90fd6847896..ad9d43607d5 100644 --- a/Tutorials/PWGHF/README.md +++ b/Tutorials/PWGHF/README.md @@ -59,7 +59,8 @@ It processes files specified in `./input_task.txt`, uses the configuration from ## Exercise tips -Organise your working environment so that you can easily switch between running the code in the working directory and modifying the code in the O2Physics repository. +Organise your working environment so that you can easily switch between running the code in the working directory, +modifying the code in the O2Physics repository, and recompiling the modified code in the build directory. When you execute the bash script, the terminal output is saved in the `./stdout.log` log file. If an error occurs, the script will report the non-zero exit code and ask you to check the log file to find the problem.