diff options
author | Simon Rowe <wiremoons@users.noreply.github.com> | 2021-10-03 09:25:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-03 09:25:35 +0100 |
commit | 941a77a0f260ba9a659abe8fd016a9bfbf680f4d (patch) | |
tree | e053279384786b5fdfe710227a41bde4f2ba8cde /README.md | |
parent | 1342b6a53144f332c4690a7c415ab66dc4f6be08 (diff) | |
download | fpm-941a77a0f260ba9a659abe8fd016a9bfbf680f4d.tar.gz fpm-941a77a0f260ba9a659abe8fd016a9bfbf680f4d.zip |
Bootstrapping instructions version update
Updated the 'Bootstrapping instructions' section to instruct on how to install version '0.4.0' instead of past version '0.3.0'.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ To build manually using the single source distribution, run the following code ( ``` mkdir _tmp -curl -LJ https://github.com/fortran-lang/fpm/releases/download/v0.3.0/fpm-0.3.0.F90 > _tmp/fpm.F90 +curl -LJ https://github.com/fortran-lang/fpm/releases/download/v0.4.0/fpm-0.4.0.F90 > _tmp/fpm.F90 gfortran -J _tmp _tmp/fpm.F90 -o _tmp/fpm _tmp/fpm install --flag "-g -fbacktrace -O3" rm -r _tmp |