File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,13 @@ This project requires that you already have [elixir](http://elixir-lang.org/)
99and its build tool ` mix ` installed, this can be done with ` brew install elixir `
1010or similar.
1111
12- - Clone this repository: `git clone
13- git@github.com : 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 git@github.com: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
You can’t perform that action at this time.
0 commit comments