aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9774510..b1f3d7f 100644
--- a/README.md
+++ b/README.md
@@ -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