diff options
-rw-r--r-- | README.md | 19 |
1 files changed, 12 insertions, 7 deletions
@@ -1,11 +1,16 @@ -# Timer - [Try It!](http://guyonvarch.github.io/timer) +# Timer - [Try It!](http://guyonvarch.gitlab.io/timer) -## Usage +Getting started +--------------- -Install the Elm Platform: -http://elm-lang.org/Install.elm +Install nix: -```bash -elm-package install -./gen +``` +curl https://nixos.org/nix/install | sh +``` + +Inside the project directory, open a nix shell: + +``` +nix-shell ``` |