Skip to content

Commit df34943

Browse files
committed
docs: added Binary releases to README
1 parent 005332b commit df34943

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ webpage for a list of **[All Supported Installations](https://fpm.fortran-lang.o
4040

4141
The easiest installation routes are shown below.
4242

43+
### [Binary](https://github.com/fortran-lang/fpm/releases)
44+
45+
Binaries for the latest stable release are available [to download](https://github.com/fortran-lang/fpm/releases/latest) for Windows, MacOS, and Linux.
46+
47+
**Note:** On Linux and MacOS, you will need to enable executable permission before you can use the binary.
48+
49+
_e.g._ `$ chmod u+x fpm-0.6.0-linux-x86_64`
50+
51+
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.
52+
4353
### [Conda]
4454

4555
Fpm is available on [conda-forge], to add `conda-forge` to your channels use:

0 commit comments

Comments
 (0)