diff options
author | Milan Curcic <caomaco@gmail.com> | 2021-02-05 11:55:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-05 11:55:46 -0500 |
commit | 9f012b5fd725a9d4641f22e3e86dffea8ef0e5d6 (patch) | |
tree | 725cd3d1cd20216067eefba474cfa0d203e5f087 /README.md | |
parent | 889855ac6e75741b988b2355609d12af9f691a2d (diff) | |
parent | 2915d04ce5b2695866abca143eae89fae677a320 (diff) | |
download | fpm-9f012b5fd725a9d4641f22e3e86dffea8ef0e5d6.tar.gz fpm-9f012b5fd725a9d4641f22e3e86dffea8ef0e5d6.zip |
Merge pull request #349 from awvwgk/bootstrap
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. |