You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ or from [miniconda](https://docs.conda.io/en/latest/miniconda.html).
60
60
61
61
To setup *fpm* within Github actions for automated testing, you can use the [fortran-lang/setup-fpm](https://github.com/marketplace/actions/setup-fpm) action.
62
62
63
-
#### Bootstraping on other platforms
63
+
#### Bootstrapping on other platforms
64
64
65
65
For other platforms and architectures have a look at the [bootstrapping instructions](#bootstrapping-instructions).
66
66
@@ -101,7 +101,7 @@ This guide explains the process of building *fpm* on a platform for the first ti
101
101
To build *fpm* without a prior *fpm* version a single source file version is available
102
102
at each release.
103
103
104
-
To build manually using the single source distribution use
104
+
To build manually using the single source distribution, run the following code (from within the current directory)
0 commit comments