Skip to content

Commit 61c3aef

Browse files
committed
fix: code block for sh shell
1 parent e9bf8cd commit 61c3aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/install/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,14 @@ or from [miniconda](https://docs.conda.io/en/latest/miniconda.html).
141141
Fpm is available with spack in its develop version.
142142
To install fpm from spack use
143143

144-
```{code-block}sh
144+
```{code-block} sh
145145
spack install fpm
146146
```
147147

148148
You can add `+openmp` to enable parallelization of the target compilation in fpm.
149149
To use fpm in your environment load it with
150150

151-
```{code-block}sh
151+
```{code-block} sh
152152
spack load fpm
153153
```
154154

0 commit comments

Comments
 (0)