diff options
author | milancurcic <caomaco@gmail.com> | 2020-04-28 18:05:54 -0400 |
---|---|---|
committer | milancurcic <caomaco@gmail.com> | 2020-04-28 18:05:54 -0400 |
commit | 37dc3419eb96f1d8a04e067998c1e759ea139e92 (patch) | |
tree | 73d15351059e81ab6ffdfac6fc1bdcebd29f7b8a | |
parent | 7ace0078320ca4909c672236438821ca46e025f9 (diff) | |
download | fpm-37dc3419eb96f1d8a04e067998c1e759ea139e92.tar.gz fpm-37dc3419eb96f1d8a04e067998c1e759ea139e92.zip |
add stack install destination
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ To install: stack install ``` +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 |