diff --git a/src/docs/getting-started/quickstart.mdx b/src/docs/getting-started/quickstart.mdx
index 7b3594f61f977e903208f02f8c9ccd1f538358d4..839522ca4aa34f201756d5554136e744562a19b3 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
 ```