Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisfish authored Oct 17, 2022
1 parent 2df3842 commit e5c69c6
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# utils
My cool new project!
# Fortran Utilities

Various helper and utility routines used in my research codes.

## Install
Can be easily added to any Fortran project with FPM:

```
[dependencies]
utils.git = "https://github.com/lewisfish/fortran_utilities"
```

### TODO
- [ ] Add tests
- [ ] Add Documentation

0 comments on commit e5c69c6

Please sign in to comment.