Skip to content

Commit

Permalink
readme and license updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed May 22, 2022
1 parent 47df4da commit 20c00d0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Fortran Astrodynamics Toolkit
https://github.com/jacobwilliams/Fortran-Astrodynamics-Toolkit

Copyright (c) 2014-2021, Jacob Williams
Copyright (c) 2014-2022, Jacob Williams
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,20 @@ fpm build --profile release
fpm test --profile release
```


To use `Fortran-Astrodynamics-Toolkit` within your fpm project, add the following to your `fpm.toml` file:
```toml
[dependencies]
fortran-astrodynamics-toolkit = { git="https://github.com/jacobwilliams/Fortran-Astrodynamics-Toolkit.git" }
```

or, to use a specific version:

```toml
[dependencies]
fortran-astrodynamics-toolkit = { git="https://github.com/jacobwilliams/Fortran-Astrodynamics-Toolkit.git", tag = "0.3" }
```

To generate the documentation using [ford](https://github.com/Fortran-FOSS-Programmers/ford), run: `ford fortran-astrodynamics-toolkit.md`

## Third-Party Requirements
Expand Down
2 changes: 1 addition & 1 deletion fpm.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "fortran-astrodynamics-toolkit"
author = "Jacob Williams"
copyright = "Copyright (c) 2014-2021, Jacob Williams"
copyright = "Copyright (c) 2014-2022, Jacob Williams"
license = "BSD-3"
description = "A Modern Fortran Library for Astrodynamics"
homepage = "https://github.com/jacobwilliams/fortran-astrodynamics-toolkit"
Expand Down

0 comments on commit 20c00d0

Please sign in to comment.