From 77afa6c085443ddc8c667d97ba1f5e1f4827190e Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 14 Jun 2019 20:09:05 +0200 Subject: You need to run elm init first --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1ee1221..c5f2331 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,10 @@ Glorious. Now for the fun part. Here's how this goes when electron isn't in the picture. - write some elm code +- run `elm init` + - elm will ask you to create a `elm.json` file which contains the package + defintion for your package. All options should be self-explanatory and you + do not need to think about this until later. - run `elm make Main.elm --output bundle.js` which compiles the elm code into javascript - import bundle.js into javascript and embed it into a div in your html. -- cgit v1.2.3