From f48471310e1fa398c7ac30d8f7f851e398933935 Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Fri, 21 May 2021 03:06:39 -0500
Subject: [PATCH] Minor edit to quickstart

---
 src/docs/getting-started/quickstart.mdx | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/docs/getting-started/quickstart.mdx b/src/docs/getting-started/quickstart.mdx
index c7e91a8..e823e23 100644
--- a/src/docs/getting-started/quickstart.mdx
+++ b/src/docs/getting-started/quickstart.mdx
@@ -71,13 +71,11 @@ dd_web_display --export athena.xml
 This will generate the file `detector_geometry.root`, which you should copy to your local machine.
 Then open the [web viewer](https://eic.phy.anl.gov/geoviewer/), click on the `...` and open the local root file.
 
-(Note, the `source /opt/detector/setup.sh` command adds the Athena detector plugins that ship
-with the jug_xl container to your environment.)
-
 Or if you want to skip this just 
 [click here to view the latest detector](https://eic.phy.anl.gov/geoviewer/index.htm?file=https://eicweb.phy.anl.gov/api/v4/projects/473/jobs/artifacts/master/raw/geo/detector_geo_full.root?job=report&item=default;1&opt=clipxyz;transp30;zoom75;ROTY290;ROTZ350;trz0;trr0;ctrl;all&).
 
-
+(Note: the `source /opt/detector/setup.sh` command adds the Athena detector plugins that ship
+with the jug_xl container to your environment.)
 
 
 
-- 
GitLab