diff options
author | Joris Guyonvarch | 2015-03-07 11:14:24 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-03-07 11:14:24 +0100 |
commit | 1b23d8adcd01345eb4a2e7299e07b1f37fee7e8a (patch) | |
tree | 510f69a9173c0a2a1602ee3fbf546fd7c79bc773 | |
parent | 3a2c13a77c09d1127191cfb90d42bfcd1d89f585 (diff) |
Adding usage information to README
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -6,3 +6,14 @@ Catch the points of your color, avoid the other points. 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). + +Usage +----- + +Install the elm platform: +http://elm-lang.org/Install.elm + +Launch the following command: +``` +./gen +``` |