aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormilancurcic <caomaco@gmail.com>2020-04-28 18:05:54 -0400
committermilancurcic <caomaco@gmail.com>2020-04-28 18:05:54 -0400
commit37dc3419eb96f1d8a04e067998c1e759ea139e92 (patch)
tree73d15351059e81ab6ffdfac6fc1bdcebd29f7b8a /README.md
parent7ace0078320ca4909c672236438821ca46e025f9 (diff)
downloadfpm-37dc3419eb96f1d8a04e067998c1e759ea139e92.tar.gz
fpm-37dc3419eb96f1d8a04e067998c1e759ea139e92.zip
add stack install destination
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4af8b97..8478599 100644
--- a/README.md
+++ b/README.md
@@ -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