diff options
author | Joris | 2015-11-13 20:12:21 +0100 |
---|---|---|
committer | Joris | 2015-11-13 20:12:21 +0100 |
commit | eef0cf46c150cd12e783aa8dc62f825a59757855 (patch) | |
tree | 892cc53729c0f61c050b75e39aaa252eb49d4590 /README.md | |
parent | 5af770bd99dbb57d78857236c054bc0a6dc4bdfd (diff) |
Upgrade to elm 0.15.1 and use npm to build
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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 ``` |