Skip to content

Commit

Permalink
Merge pull request #5 from awvwgk/haskell-option
Browse files Browse the repository at this point in the history
Correctly document option to use Haskell fpm version
  • Loading branch information
LKedward authored Mar 15, 2021
2 parents 09fddf9 + e657b7e commit 7235df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ __`github-token`__ (*only needed if `fpm-version` is `'latest'` or not specified
__`fpm-version`__ (*optional,default:*`'latest'`) the tag corresponding a Github release from which to fetch the `fpm` binary.
- If set to `'latest'` (_default_) then the latest `fpm` release at [fortran-lang/fpm](https://github.com/fortran-lang/fpm/releases/latest) will be substituted. `github-token` must be provided if `fpm-version` is `'latest'`.

__`use-bootstrap`__ (*optional,default:*`false`) whether to fetch and use the legacy 'bootstrap' implementation
__`use-haskell`__ (*optional,default:*`false`) whether to fetch and use the legacy Haskell implementation

__`fpm-repository`__ (*optional, default:* `https://github.com/fortran-lang/fpm`) which Github fork to fetch release binaries from.

0 comments on commit 7235df1

Please sign in to comment.