diff options
author | LKedward <laurence.kedward@bristol.ac.uk> | 2020-11-21 10:07:07 +0000 |
---|---|---|
committer | LKedward <laurence.kedward@bristol.ac.uk> | 2020-11-21 10:07:07 +0000 |
commit | 846d4e50fd5e9c6fe7538409d9f4ae3722d0eca7 (patch) | |
tree | 6f7a602687e6e6d17c466fb425688fa941a56dd3 /README.md | |
parent | bf73a2a043b43d21c1f45131191a14287dfc3d0f (diff) | |
download | fpm-846d4e50fd5e9c6fe7538409d9f4ae3722d0eca7.tar.gz fpm-846d4e50fd5e9c6fe7538409d9f4ae3722d0eca7.zip |
Update: README with executable permission text for binaries
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ To report a bug report or suggest a feature, please read our ### Binary download `x86-64` binaries are available [to download](https://github.com/fortran-lang/fpm/releases) for Windows, MacOS and Linux. +__Note:__ On Linux and MacOS, you will need to enable executable permission before you can use the binary. + +_e.g._ `$ chmod u+x fpm-v0.1.0-linux-x86_64` + ### Build from source #### Install Haskell |