Skip to content

Commit ee3a6a3

Browse files
committed
[REFACTOR:eessi] Use the console tag instead of explaining the code section
1 parent 3d69a90 commit ee3a6a3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/environment/eessi.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,22 @@ The EESSI software stack is available on the ULHPC platform, and gives you acces
1010

1111
On a compute node, to set up the EESSI environment, simply load the EESSI [module](/environment/modules/):
1212

13-
```
13+
```bash
1414
module load EESSI
1515
```
1616

1717
The first usage may be slow as the files are downloaded from an upstream Stratum 1 server, but the files are cached locally.
1818

1919
You should see the following output:
2020

21-
```
21+
```console
2222
$ module load EESSI
2323
EESSI/2023.06 loaded successfully
2424
```
2525

26-
The last line is the shell output.
27-
2826
Your environment is now set up, you are ready to start running software provided by EESSI! To see which modules (and extensions) are available, run:
2927

30-
```
28+
```bash
3129
module avail
3230
```
3331

0 commit comments

Comments
 (0)