From 846d4e50fd5e9c6fe7538409d9f4ae3722d0eca7 Mon Sep 17 00:00:00 2001 From: LKedward Date: Sat, 21 Nov 2020 10:07:07 +0000 Subject: Update: README with executable permission text for binaries --- .github/workflows/CI.yml | 4 ---- README.md | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 20ff6ce..8165ded 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -142,10 +142,6 @@ jobs: ${{ matrix.BOOTSTRAP_RELEASE_CMD }} ${{ matrix.HASH_CMD }} - - name: Make executable - if: github.event_name == 'release' && (contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')) - run: chmod u+x fpm/fpm-v* - - name: Upload assets if: github.event_name == 'release' uses: svenstaro/upload-release-action@v2 diff --git a/README.md b/README.md index 6948648..d131b84 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3