From 4dcdb21006b22e543fcdc77d1e3f13e628f73a4b Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Tue, 25 May 2021 21:22:10 -0500 Subject: [PATCH] added explicit tags for athena geometry --- 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 7b3594f..839522c 100644 --- a/src/docs/getting-started/quickstart.mdx +++ b/src/docs/getting-started/quickstart.mdx @@ -56,8 +56,8 @@ There are 2 repos you need: * Athena detector ```bash -git clone https://eicweb.phy.anl.gov/EIC/detectors/athena.git -git clone https://eicweb.phy.anl.gov/EIC/detectors/ip6.git +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 ln -s ../ip6/ip6 athena/ip6 ``` -- GitLab