Skip to content

Commit

Permalink
fix: code block for sh shell
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Oct 12, 2023
1 parent e9bf8cd commit 61c3aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,14 @@ or from [miniconda](https://docs.conda.io/en/latest/miniconda.html).
Fpm is available with spack in its develop version.
To install fpm from spack use

```{code-block}sh
```{code-block} sh
spack install fpm
```

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

```{code-block}sh
```{code-block} sh
spack load fpm
```

Expand Down

0 comments on commit 61c3aef

Please sign in to comment.