Skip to content

Commit e68dc89

Browse files
Updates README with pointer to releases
1 parent 19516b1 commit e68dc89

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ This project requires that you already have [elixir](http://elixir-lang.org/)
99
and its build tool `mix` installed, this can be done with `brew install elixir`
1010
or similar.
1111

12-
- Clone this repository: `git clone
13-
[email protected]:dragonwasrobot/json-schema-to-elm.git`
14-
- Build an executable: `MIX_ENV=prod mix build`
15-
- An executable, `js2e`, has now been created in your current working directory.
12+
- Download latest release at:
13+
https://github.com/dragonwasrobot/json-schema-to-elm/releases, or
14+
- clone this repository:
15+
`git clone [email protected]:dragonwasrobot/json-schema-to-elm.git`, then
16+
- build an executable: `MIX_ENV=prod mix build`, and
17+
- rune the executable, `js2e`, that has now been created in your current working
18+
directory.
1619

1720
## Usage
1821

0 commit comments

Comments
 (0)