We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92230ac commit 69be52eCopy full SHA for 69be52e
README.md
@@ -21,8 +21,8 @@ or similar.
21
https://github.com/dragonwasrobot/json-schema-to-elm/releases, or
22
- clone this repository:
23
`git clone git@github.com:dragonwasrobot/json-schema-to-elm.git`, then
24
-- build an executable: `MIX_ENV=prod mix build`, and
25
-- rune the executable, `js2e`, that has now been created in your current working
+- build an executable: `MIX_ENV=prod mix build` (Windows `cmd.exe`: `set "MIX_ENV=prod" && mix build`), and
+- run the executable, `./js2e` (Windows: `escript .\js2e`), that has now been created in your current working
26
directory.
27
28
## Usage
0 commit comments