diff options
author | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2021-02-03 23:32:42 +0100 |
---|---|---|
committer | Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> | 2021-02-03 23:32:42 +0100 |
commit | 2915d04ce5b2695866abca143eae89fae677a320 (patch) | |
tree | bc689bd0d771fe47f6c98943bc1376f34bacb438 /README.md | |
parent | a16e812730c1b438e887679df44d7b83ba584f8e (diff) | |
download | fpm-2915d04ce5b2695866abca143eae89fae677a320.tar.gz fpm-2915d04ce5b2695866abca143eae89fae677a320.zip |
Suggest to move the fpm version in the boostrapping process
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ $ fpm test Finally, install the Fortran *fpm* version with ```bash -$ fpm run --runner cp -- ~/.local/bin +$ fpm run --runner mv -- ~/.local/bin ``` Or choose another location if you do not want to overwrite the bootstrapping version. |