diff options
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 ``` |