aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
```