diff options
author | milancurcic <caomaco@gmail.com> | 2020-04-29 10:28:10 -0400 |
---|---|---|
committer | milancurcic <caomaco@gmail.com> | 2020-04-29 10:28:10 -0400 |
commit | eba3fb866cf3418b47b2281a17e72951a8c3b2a6 (patch) | |
tree | 8b6b64b2a700b90aa9219a8f90db77573621c467 | |
parent | 05b86356db6fe1511e49e8345c0226ab860d02d3 (diff) | |
download | fpm-eba3fb866cf3418b47b2281a17e72951a8c3b2a6.tar.gz fpm-eba3fb866cf3418b47b2281a17e72951a8c3b2a6.zip |
update fpm instructions to refer to PACKAGING.md
-rw-r--r-- | README.md | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -43,11 +43,4 @@ On Linux, the above command installs `stack` to `${HOME}/.local/bin`. ### Building your Fortran project with FPM -1. Copy `example_fpm.toml` from this repository -to the base directory of your Fortran project. -2. Rename it to `fpm.toml`. -3. Edit `fpm.toml` for your package. -4. Type `fpm build`. -5. (optional) If you have tests, type `fpm test`. -6. (optional) If your package is an executable program, -run it by typing `fpm run`. +Please follow the instructions in the [Packaging guide](PACKAGING.md). |