From 63ea1593f237bde6d7bd10afb1cdec6936cc65c8 Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Fri, 21 May 2021 09:39:12 -0500
Subject: [PATCH] polish starting instructions

---
 src/docs/part1/simple_detector.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/docs/part1/simple_detector.md b/src/docs/part1/simple_detector.md
index 13fbe97..34eb0f8 100644
--- a/src/docs/part1/simple_detector.md
+++ b/src/docs/part1/simple_detector.md
@@ -21,10 +21,14 @@ load the pre-compiled detector plugins from the container with*
 source /opt/detector/setup.sh
 ```
 
-First start by cloning part 1 of the tutorial. Start from the top level directory we created in getting started.
+Start from the top level directory we created the Quick Start, which is `~/eic` in our example.
+```bash
+cd ~/eic
+```
+
+First start by cloning part 1 of the tutorial.
 
 ```bash
-cd eic
 git clone https://eicweb.phy.anl.gov/EIC/tutorials/ip6_tutorial_1.git part1
 cd part1
 ```
-- 
GitLab