From 417e9545a20bdc555d0cde34ed782f4c82db6c4b Mon Sep 17 00:00:00 2001
From: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
Date: Mon, 18 Nov 2024 16:09:28 -0500
Subject: [PATCH] tracking_performances/README.md: clarify that invocation is
 at top-level

---
 benchmarks/tracking_performances/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/tracking_performances/README.md b/benchmarks/tracking_performances/README.md
index acf8844c..bcbc5685 100644
--- a/benchmarks/tracking_performances/README.md
+++ b/benchmarks/tracking_performances/README.md
@@ -2,7 +2,7 @@ Shyam Kumar; INFN Bari, Italy; shyam055119@gmail.com
 Method to produce the tracking performances with ePIC tracker
 The scripts can be used to create the debug plots for the momentum resolutions.
 
-To run a full simulation-reconstruction-analysis chain do:
+To run a full simulation-reconstruction-analysis chain, start in the top-level directory of the detector_benchmarks repository (`cd ../..` relative to this one) and do:
 ```
 snakemake -c2 results/tracking_performances/local
 ```
-- 
GitLab