aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLKedward <laurence.kedward@bristol.ac.uk>2020-11-19 11:42:07 +0000
committerLKedward <laurence.kedward@bristol.ac.uk>2020-11-19 11:49:19 +0000
commite4c0b1219668afe31298b8ae639830feac6e3c91 (patch)
treed7ba41328d87e6a978c29f11f81875d79e0d2895 /README.md
parent302d54a4f7ecdd2d2c9e0f1cb445efca7424bc22 (diff)
downloadfpm-e4c0b1219668afe31298b8ae639830feac6e3c91.tar.gz
fpm-e4c0b1219668afe31298b8ae639830feac6e3c91.zip
Update: README with binary download link.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 6c6458f..6948648 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,12 @@ To report a bug report or suggest a feature, please read our
## Getting started
-### Install Haskell
+### Binary download
+`x86-64` binaries are available [to download](https://github.com/fortran-lang/fpm/releases) for Windows, MacOS and Linux.
+
+### Build from source
+
+#### Install Haskell
To install **Haskell Stack**, follow these
[instructions](https://docs.haskellstack.org/en/stable/install_and_upgrade/),
@@ -25,14 +30,14 @@ users without superuser (admin) permissions should follow the
[manual installation](https://docs.haskellstack.org/en/stable/install_and_upgrade/#manual-download_2)
procedure.
-### Download this repository
+#### Download this repository
```bash
$ git clone https://github.com/fortran-lang/fpm
$ cd fpm/
```
-### Build and test fpm
+#### Build and test fpm
Bootstrap *fpm* using: