diff options
author | Joris | 2016-03-21 21:40:15 +0100 |
---|---|---|
committer | Joris | 2016-03-21 21:40:15 +0100 |
commit | 86ffcb49d24d1a42b7fbb69eafa05c932b220efe (patch) | |
tree | 2f81a6a6088bff2ab357f5252411f678e97efc6a /README.md | |
parent | 2258ef984fefde41711d4c883baf582b7e581155 (diff) |
Updating package.json
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -7,11 +7,16 @@ Use the arrow keys to move and 'e' to change your color. You can play at [http://guyonvarch.github.io/catchvoid](http://guyonvarch.github.io/catchvoid). +Required dependencies +--------------------- + +- `npm` +- `elm` + Usage ----- ```bash npm install -npm run install-elm npm start ``` |