aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2016-10-03 20:24:59 +0200
committerJoris2016-10-03 20:24:59 +0200
commit2a11b28d2ee636eb730dbb5767104aeac9936afa (patch)
treec7261376073d9334007d24fbe67acda6e11943fa /README.md
parentc79aae101926d3e5a123b707dd1324dca50994b7 (diff)
parent3a1cbfe23a3d06c3c30828c623a089868cff0670 (diff)
Merge branch 'master' into demo
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 11 insertions, 10 deletions
diff --git a/README.md b/README.md
index aad62b4..189e01a 100644
--- a/README.md
+++ b/README.md
@@ -5,18 +5,19 @@ Catch the points of your color, avoid the other points.
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).
+You can play at [http://guyonvarch.gitlab.io/catchvoid](http://guyonvarch.gitlab.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
```