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