From 9c04adb2e8974f3dee2bc511590010ea6e2f279b Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Fri, 21 May 2021 09:21:53 -0500 Subject: [PATCH] modified: part1/simple_detector.md --- src/docs/part1/simple_detector.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/docs/part1/simple_detector.md b/src/docs/part1/simple_detector.md index 1cdae34..414830f 100644 --- a/src/docs/part1/simple_detector.md +++ b/src/docs/part1/simple_detector.md @@ -21,9 +21,10 @@ load the pre-compiled detector plugins from the container with* source /opt/detector/setup.sh ``` -First start by cloning part 1 of the tutorial. +First start by cloning part 1 of the tutorial. Start from the top level directory we created in getting started. ```bash +cd eic git clone https://eicweb.phy.anl.gov/EIC/tutorials/ip6_tutorial_1.git part1 cd part1 ``` -- GitLab