From fc082084c8446997eef5573377327f7c2702da4f Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 4 Sep 2016 16:03:05 +0200 Subject: Update getting started in README --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index aad62b4..f6abb5f 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,17 @@ 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). -Required dependencies ---------------------- +Getting started +--------------- -- `npm` -- `elm` +Install nix: -Usage ------ +``` +curl https://nixos.org/nix/install | sh +``` -```bash -npm install -npm start +Inside the project directory, open a nix shell: + +``` +nix-shell ``` -- cgit v1.2.3