Skip to content

Commit 941a77a

Browse files
authored
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'.
1 parent 1342b6a commit 941a77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)