aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2015-11-13 20:12:21 +0100
committerJoris2015-11-13 20:12:21 +0100
commiteef0cf46c150cd12e783aa8dc62f825a59757855 (patch)
tree892cc53729c0f61c050b75e39aaa252eb49d4590 /README.md
parent5af770bd99dbb57d78857236c054bc0a6dc4bdfd (diff)
Upgrade to elm 0.15.1 and use npm to build
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md
index a14e231..57c8b8f 100644
--- a/README.md
+++ b/README.md
@@ -10,10 +10,12 @@ You can play at [http://guyonvarch.github.io/catchvoid](http://guyonvarch.github
Usage
-----
-Install the elm platform:
-http://elm-lang.org/Install.elm
+Install the elm platform: http://elm-lang.org/Install.elm
-Launch the following command:
-```
-./gen
+Launch the following commands:
+
+```bash
+elm package install
+npm install
+npm start
```