From 5a776f04645f403ec6255e3c7e3043783f172b83 Mon Sep 17 00:00:00 2001
From: Riccardo Maria Bianchi <riccardo.maria.bianchi@cern.ch>
Date: Wed, 10 May 2023 19:48:47 +0200
Subject: [PATCH] Update install  instructions with ATLAS extensions

---
 documentation/docs/start/install.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/documentation/docs/start/install.md b/documentation/docs/start/install.md
index d0f87bd85..db45968a1 100644
--- a/documentation/docs/start/install.md
+++ b/documentation/docs/start/install.md
@@ -74,8 +74,9 @@ After that, you can install the pre-compiled GeoModel applications:
 
 ```shell
 brew install geomodel-visualization # to get gmex (the geometry explorer)
-brew install geomodel-fsl           # to get fullsimlight, the FSL GUI, gm2gdml, gmclash, gmgeantino, gmmasscalc, plus the ATLAS LArCustomSolid extension
+brew install geomodel-fsl           # to get fullsimlight, the FSL GUI, gm2gdml, gmclash, gmgeantino, gmmasscalc
 brew install geomodel-tools         # to get gmcat, gdml2gm
+brew install geomodel-extensions-atlas # to get the ATLAS extensions: the LAr custom shape and the MagneticField plugin for FullSimLight
 ```
 
 All the above packages also automatically install the core package `geomodel`, which contains the core libraries and the I/O layer. 
-- 
GitLab