Skip to content

Commit 7446d77

Browse files
committed
readme update
1 parent cf37c94 commit 7446d77

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ To use `NumDiff` within your FPM project, add the following to your `fpm.toml` f
6262
NumDiff = { git="https://github.com/jacobwilliams/NumDiff.git" }
6363
```
6464

65+
or, to use a specific version:
66+
67+
```toml
68+
[dependencies]
69+
NumDiff = { git="https://github.com/jacobwilliams/NumDiff.git", tag = "1.7.0" }
70+
```
71+
6572
To generate the documentation using [FORD](https://github.com/Fortran-FOSS-Programmers/ford), run:
6673

6774
```

0 commit comments

Comments
 (0)