Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Sep 13, 2023
1 parent 65b0b37 commit 79f8c22
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,15 @@ The error code is: 200

[Meson](https://mesonbuild.com/index.html) can also be used to build this library. See [this](https://mesonbuild.com/Quick-guide.html) quick start guid on how to use Meson.

[FPM](https://github.com/fortran-lang/fpm) can also be used to build this library using the provided fpm.toml.
```txt
fpm build
```
The FERROR library can be used within your FPM project by adding the following to your fpm.toml file.
```
[dependencies]
ferror = { git = "https://github.com/jchristopherson/ferror" }
```

## Documentation
The documentation can be found [here](https://jchristopherson.github.io/ferror/).

0 comments on commit 79f8c22

Please sign in to comment.