From 941a77a0f260ba9a659abe8fd016a9bfbf680f4d Mon Sep 17 00:00:00 2001 From: Simon Rowe Date: Sun, 3 Oct 2021 09:25:35 +0100 Subject: 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'. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4786c63..70d1d89 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3