Skip to content

Commit e62ad5d

Browse files
authored
Merge pull request #611 from EESSI/replace-software-layer-in-debugging
fix eessi-software repo in debugging
2 parents d33fb73 + 3ba184b commit e62ad5d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/adding_software/debugging_failed_builds.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@ git checkout LAMMPS_23Jun2022
4141
```
4242

4343
### Starting a shell in the EESSI container
44-
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
44+
Clone the EESSI/software-layer-scripts repository and change into the software-layer-scripts directory by running these commands:
45+
```
46+
git clone https://github.com/EESSI/software-layer-scripts.git
47+
cd software-layer-scripts
48+
```
49+
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
4550
```
4651
./eessi_container.sh --access rw -r software.eessi.io
4752
```

0 commit comments

Comments
 (0)