diff options
author | Milan Curcic <caomaco@gmail.com> | 2020-04-28 18:04:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-28 18:04:16 -0400 |
commit | 7ace0078320ca4909c672236438821ca46e025f9 (patch) | |
tree | c70454e3eee9e9e20cc22fb52281519f0c3a9238 /README.md | |
parent | 55a9e16465b5bc56e8aa6e8b751a0496b984965e (diff) | |
download | fpm-7ace0078320ca4909c672236438821ca46e025f9.tar.gz fpm-7ace0078320ca4909c672236438821ca46e025f9.zip |
fix repository wording
Co-Authored-By: Ondřej Čertík <ondrej@certik.us>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ and put the `stack` binary in your path, for example: export PATH="$PATH:`pwd`/stack-2.1.3-linux-x86_64-static/" ``` -### Download this repo +### Download this repository ``` git clone https://github.com/fortran-lang/fpm |