Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Aug 7, 2022
1 parent cf37c94 commit 7446d77
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,13 @@ To use `NumDiff` within your FPM project, add the following to your `fpm.toml` f
NumDiff = { git="https://github.com/jacobwilliams/NumDiff.git" }
```

or, to use a specific version:

```toml
[dependencies]
NumDiff = { git="https://github.com/jacobwilliams/NumDiff.git", tag = "1.7.0" }
```

To generate the documentation using [FORD](https://github.com/Fortran-FOSS-Programmers/ford), run:

```
Expand Down

0 comments on commit 7446d77

Please sign in to comment.