aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2016-09-04 16:03:05 +0200
committerJoris2016-09-04 16:03:05 +0200
commitfc082084c8446997eef5573377327f7c2702da4f (patch)
treeac46ae17fb6bca2f1329ea48650c69efd2f05c73
parent3f8a2ad0f7fe8dde8c46b9c56a49379fd6b22328 (diff)
downloadcatchvoid-fc082084c8446997eef5573377327f7c2702da4f.tar.gz
catchvoid-fc082084c8446997eef5573377327f7c2702da4f.tar.bz2
catchvoid-fc082084c8446997eef5573377327f7c2702da4f.zip
Update getting started in README
-rw-r--r--README.md19
1 files 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
```