From 65a3a5e690dc21603976a34853ea86c377da3fdb Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Fri, 28 May 2021 11:42:57 -0500 Subject: [PATCH] Now using master geometries again, as jug_xl deploy now defaults to the nightly --- src/docs/getting-started/quickstart.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/getting-started/quickstart.mdx b/src/docs/getting-started/quickstart.mdx index 08d6b67..334ee22 100644 --- a/src/docs/getting-started/quickstart.mdx +++ b/src/docs/getting-started/quickstart.mdx @@ -57,8 +57,8 @@ There are 2 repos you need: * Athena detector ```bash -git clone -b v0.1.0 https://eicweb.phy.anl.gov/EIC/detectors/athena.git -git clone -b v0.2.0 https://eicweb.phy.anl.gov/EIC/detectors/ip6.git +git clone https://eicweb.phy.anl.gov/EIC/detectors/athena.git +git clone https://eicweb.phy.anl.gov/EIC/detectors/ip6.git ln -s ../ip6/ip6 athena/ip6 ``` -- GitLab