diff options
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 ``` |