Skip to content

Commit d129243

Browse files
authored
Merge pull request #587 from wiremoons/patch-1
Bootstrapping instructions version update
2 parents 1342b6a + 941a77a commit d129243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ To build manually using the single source distribution, run the following code (
147147

148148
```
149149
mkdir _tmp
150-
curl -LJ https://github.com/fortran-lang/fpm/releases/download/v0.3.0/fpm-0.3.0.F90 > _tmp/fpm.F90
150+
curl -LJ https://github.com/fortran-lang/fpm/releases/download/v0.4.0/fpm-0.4.0.F90 > _tmp/fpm.F90
151151
gfortran -J _tmp _tmp/fpm.F90 -o _tmp/fpm
152152
_tmp/fpm install --flag "-g -fbacktrace -O3"
153153
rm -r _tmp

0 commit comments

Comments
 (0)