diff options
author | Joris | 2016-09-04 21:28:43 +0200 |
---|---|---|
committer | Joris | 2016-09-04 21:28:43 +0200 |
commit | adaec3d1925477e0922bf6ed88a708db4c97d766 (patch) | |
tree | 2ded1b77d12b1c643e7c3d212aed9d506ba3c129 /README.md | |
parent | d2486524a1fff4fe3e4b5cb810e0ecf1bc99515c (diff) |
Update usage and link in README
Diffstat (limited to 'README.md')
-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 ``` |