Skip to content

Commit 69be52e

Browse files
HenkPoleydragonwasrobot
authored andcommitted
Windows commandline hint (#94)
* Updates README.md with Windows commandline instructions.
1 parent 92230ac commit 69be52e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ or similar.
2121
https://github.com/dragonwasrobot/json-schema-to-elm/releases, or
2222
- clone this repository:
2323
`git clone [email protected]: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
24+
- build an executable: `MIX_ENV=prod mix build` (Windows `cmd.exe`: `set "MIX_ENV=prod" && mix build`), and
25+
- run the executable, `./js2e` (Windows: `escript .\js2e`), that has now been created in your current working
2626
directory.
2727

2828
## Usage

0 commit comments

Comments
 (0)