aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMilan Curcic <caomaco@gmail.com>2021-02-05 11:55:46 -0500
committerGitHub <noreply@github.com>2021-02-05 11:55:46 -0500
commit9f012b5fd725a9d4641f22e3e86dffea8ef0e5d6 (patch)
tree725cd3d1cd20216067eefba474cfa0d203e5f087 /README.md
parent889855ac6e75741b988b2355609d12af9f691a2d (diff)
parent2915d04ce5b2695866abca143eae89fae677a320 (diff)
downloadfpm-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f8c69e2..00dd73d 100644
--- a/README.md
+++ b/README.md
@@ -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.