From 3ba184b467b300b38f60f1c7d5d2167710a35d58 Mon Sep 17 00:00:00 2001 From: Richard Top Date: Mon, 3 Nov 2025 16:40:15 +0100 Subject: [PATCH] fix eessi-software repo in debugging --- docs/adding_software/debugging_failed_builds.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/adding_software/debugging_failed_builds.md b/docs/adding_software/debugging_failed_builds.md index a71d7b6da0..efac1f9d58 100644 --- a/docs/adding_software/debugging_failed_builds.md +++ b/docs/adding_software/debugging_failed_builds.md @@ -41,7 +41,12 @@ git checkout LAMMPS_23Jun2022 ``` ### Starting a shell in the EESSI container -Simply run the EESSI container (`eessi_container.sh`), which should be in the root of the `software-layer` repository. Use `-r` to specify which EESSI repository (e.g. `software.eessi.io`, `dev.eessi.io`, ...) should be mounted in the container +Clone the EESSI/software-layer-scripts repository and change into the software-layer-scripts directory by running these commands: +``` +git clone https://github.com/EESSI/software-layer-scripts.git +cd software-layer-scripts +``` +Simply run the EESSI container (`eessi_container.sh`), which should be in the root of the `software-layer-scripts` repository. Use `-r` to specify which EESSI repository (e.g. `software.eessi.io`, `dev.eessi.io`, ...) should be mounted in the container ``` ./eessi_container.sh --access rw -r software.eessi.io ```