diff options
author | LKedward <laurence.kedward@bristol.ac.uk> | 2020-12-07 15:16:13 +0000 |
---|---|---|
committer | LKedward <laurence.kedward@bristol.ac.uk> | 2020-12-07 15:16:13 +0000 |
commit | c91ef3c887d9a4c3fbca8d119fdd3798809f73b9 (patch) | |
tree | 8ba92bd68a3786e4a60f30ffa722ab67625db331 | |
parent | 447b4b2a39d69a19ac1a4bcae22e30372a23c859 (diff) | |
download | fpm-c91ef3c887d9a4c3fbca8d119fdd3798809f73b9.tar.gz fpm-c91ef3c887d9a4c3fbca8d119fdd3798809f73b9.zip |
Update README with link to setup-fpm gihub action.
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ __Note:__ On Linux and MacOS, you will need to enable executable permission befo _e.g._ `$ chmod u+x fpm-v0.1.0-linux-x86_64` +__Github actions:__ to setup *fpm* within Github actions for automated testing, you can use the [fortran-lang/setup-fpm](https://github.com/fortran-lang/setup-fpm) action. + For other platforms and architectures have a look at the [bootstrapping instructions](#bootstrapping-instructions). ### Creating a new project |