diff options
author | Joris | 2016-01-08 00:28:36 +0100 |
---|---|---|
committer | Joris | 2016-01-08 00:28:36 +0100 |
commit | 2bc7a4e004d5b57933672fa9d440469367d28c93 (patch) | |
tree | 49278daf1fdee8cbe9881e05ff4579fee4abf524 /README.md | |
parent | 6b090b3bdef7108d51d93207e28b148c121767aa (diff) |
Nix package manager instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -4,9 +4,11 @@ Share costs with a group of people. ## Usage +Install the nix package manager and get `cabal-install` and `cabal2nix`. + ``` -cabal sandbox init -cabal install --only-dependencies +cabal2nix --shell SharedCost.cabal > shell.nix +nix-shell -I ~ --command 'cabal configure' npm install npm run elm-install npm start |