diff options
author | Emanuele Pagone <epagone.dev@gmail.com> | 2020-06-13 18:54:54 +0100 |
---|---|---|
committer | Emanuele Pagone <epagone.dev@gmail.com> | 2020-06-13 18:54:54 +0100 |
commit | 6a9e3e8c86bba4d8268f92987a8062c22338d0a2 (patch) | |
tree | fef9f67c70f192fc7cb7dce6ea4b3768d98ebda4 | |
parent | bdb5aa376c524b0f30bb2e6e17473702b0080cfa (diff) | |
download | fpm-6a9e3e8c86bba4d8268f92987a8062c22338d0a2.tar.gz fpm-6a9e3e8c86bba4d8268f92987a8062c22338d0a2.zip |
fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ To install: stack install ``` -On Linux, the above command installs `stack` to `${HOME}/.local/bin`. +On Linux, the above command installs `fpm` to `${HOME}/.local/bin`. ### Building your Fortran project with fpm |