diff options
author | Joris | 2016-09-04 16:03:05 +0200 |
---|---|---|
committer | Joris | 2016-09-04 16:03:05 +0200 |
commit | fc082084c8446997eef5573377327f7c2702da4f (patch) | |
tree | ac46ae17fb6bca2f1329ea48650c69efd2f05c73 | |
parent | 3f8a2ad0f7fe8dde8c46b9c56a49379fd6b22328 (diff) |
Update getting started in README
-rw-r--r-- | README.md | 19 |
1 files changed, 10 insertions, 9 deletions
@@ -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 ``` |