diff options
author | Joris Guyonvarch | 2015-03-19 20:26:33 +0100 |
---|---|---|
committer | Joris Guyonvarch | 2015-03-19 20:26:33 +0100 |
commit | 99b203c956f99875c7263c445668a425a463e416 (patch) | |
tree | c855c13dcb00753f7a2771697d4eae46217807b0 /README.md | |
parent | 27917f041ddb438c4fa8576487816220c3824eae (diff) |
Adding usage information to Readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -1,2 +1,11 @@ -Timer -===== +# Timer - [Try It!](http://guyonvarch.github.io/timer) + +## Usage + +Install the Elm Platform: +http://elm-lang.org/Install.elm + +```bash +elm-package install +./gen +``` |