From eef0cf46c150cd12e783aa8dc62f825a59757855 Mon Sep 17 00:00:00 2001 From: Joris Date: Fri, 13 Nov 2015 20:12:21 +0100 Subject: Upgrade to elm 0.15.1 and use npm to build --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'README.md') 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 ``` -- cgit v1.2.3