From adaec3d1925477e0922bf6ed88a708db4c97d766 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 4 Sep 2016 21:28:43 +0200 Subject: Update usage and link in README --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d7da2c9..889b42f 100644 --- a/README.md +++ b/README.md @@ -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 ``` -- cgit v1.2.3