Skip to content

Commit 846d4e5

Browse files
committed
Update: README with executable permission text for binaries
1 parent bf73a2a commit 846d4e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@ jobs:
142142
${{ matrix.BOOTSTRAP_RELEASE_CMD }}
143143
${{ matrix.HASH_CMD }}
144144
145-
- name: Make executable
146-
if: github.event_name == 'release' && (contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos'))
147-
run: chmod u+x fpm/fpm-v*
148-
149145
- name: Upload assets
150146
if: github.event_name == 'release'
151147
uses: svenstaro/upload-release-action@v2

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ To report a bug report or suggest a feature, please read our
2020
### Binary download
2121
`x86-64` binaries are available [to download](https://github.com/fortran-lang/fpm/releases) for Windows, MacOS and Linux.
2222

23+
__Note:__ On Linux and MacOS, you will need to enable executable permission before you can use the binary.
24+
25+
_e.g._ `$ chmod u+x fpm-v0.1.0-linux-x86_64`
26+
2327
### Build from source
2428

2529
#### Install Haskell

0 commit comments

Comments
 (0)