diff options
author | Joris | 2016-10-03 20:24:59 +0200 |
---|---|---|
committer | Joris | 2016-10-03 20:24:59 +0200 |
commit | 2a11b28d2ee636eb730dbb5767104aeac9936afa (patch) | |
tree | c7261376073d9334007d24fbe67acda6e11943fa /README.md | |
parent | c79aae101926d3e5a123b707dd1324dca50994b7 (diff) | |
parent | 3a1cbfe23a3d06c3c30828c623a089868cff0670 (diff) |
Merge branch 'master' into demo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -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 ``` |