summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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.