Skip to content

Commit

Permalink
Merge pull request #632 from evilham/patch-2
Browse files Browse the repository at this point in the history
Add FreeBSD installation instructions
  • Loading branch information
avh4 authored Aug 11, 2019
2 parents e36aab1 + a8fb458 commit 1fa616f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ or download the version appropriate for your OS from the [release page](https://
unzip it,
and place `elm-format` or `elm-format.exe` (windows) on your `PATH`.

On FreeBSD you can `pkg install hs-elm-format` or use [devel/elm-format](https://www.freshports.org/devel/elm-format/), then execute `elm-format` normally.

You must run `elm-format` from the directory that contains your `elm.json` (for Elm 0.19) or `elm-package.json` (for Elm 0.18),
or else you must pass the appropriate `--elm-version=0.19`/`--elm-version=0.18` command line argument.

Expand Down

0 comments on commit 1fa616f

Please sign in to comment.