From 10711c391dbf1041a0153f7d325f67e09b334283 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Fri, 21 May 2021 12:26:54 -0500
Subject: [PATCH] 	modified:   getting-started/quickstart.mdx 
 modified:   part1/simple_detector.md

---
 src/docs/getting-started/quickstart.mdx | 2 +-
 src/docs/part1/simple_detector.md       | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/docs/getting-started/quickstart.mdx b/src/docs/getting-started/quickstart.mdx
index c7dbe2b..7b3594f 100644
--- a/src/docs/getting-started/quickstart.mdx
+++ b/src/docs/getting-started/quickstart.mdx
@@ -7,7 +7,7 @@ title: "Quick-start Guide"
 
 We assume that you are somewhat familiar with:
 - git and gitlab (https://eicweb.phy.anl.gov)
-- working in the terminal over ssh
+- working in the terminal over ssh and can copy files to your local machine.
 - cmake, C++, python, and shell scripting
 
 
diff --git a/src/docs/part1/simple_detector.md b/src/docs/part1/simple_detector.md
index d85626d..1ef57e5 100644
--- a/src/docs/part1/simple_detector.md
+++ b/src/docs/part1/simple_detector.md
@@ -64,6 +64,7 @@ Then open the [web viewer](https://eic.phy.anl.gov/geoviewer/), click on the `..
 
 ![simple gem tracker](../gem_tracker_part1.png)
 
+Note this detector is **not a good example to copy**. It is just for instructional purposes.
 Examine the compact description, specifically this part:
 
 ```xml
-- 
GitLab