aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Rowe <wiremoons@users.noreply.github.com>2021-10-03 09:25:35 +0100
committerGitHub <noreply@github.com>2021-10-03 09:25:35 +0100
commit941a77a0f260ba9a659abe8fd016a9bfbf680f4d (patch)
treee053279384786b5fdfe710227a41bde4f2ba8cde /README.md
parent1342b6a53144f332c4690a7c415ab66dc4f6be08 (diff)
downloadfpm-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.md2
1 files changed, 1 insertions, 1 deletions
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