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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,12 +32,15 @@ non-Fortran related package manager.
32
32
### Setting up fpm
33
33
34
34
#### Binary download
35
-
`x86-64` binaries are available [to download](https://github.com/fortran-lang/fpm/releases) for Windows, MacOS and Linux.
35
+
36
+
Binaries for the latest stable release are available [to download](https://github.com/fortran-lang/fpm/releases/latest) for Windows, MacOS, and Linux.
36
37
37
38
__Note:__ On Linux and MacOS, you will need to enable executable permission before you can use the binary.
38
39
39
40
_e.g._`$ chmod u+x fpm-0.4.0-linux-x86_64`
40
41
42
+
The binaries at the [current tag](https://github.com/fortran-lang/fpm/releases/tag/current) are updated automatically to always provide the current git version from the default branch.
43
+
41
44
42
45
#### [Conda]
43
46
@@ -147,7 +150,7 @@ To build manually using the single source distribution, run the following code (
0 commit comments