diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ Share costs with a group of people. Install the nix package manager and get `cabal-install` and `cabal2nix`. ``` -cabal2nix --shell SharedCost.cabal > shell.nix +cabal2nix --shell . > shell.nix nix-shell -I ~ --command 'cabal configure' npm install npm run elm-install |