aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2016-02-20 13:47:46 +0100
committerJoris2016-02-20 13:47:46 +0100
commit7908e6d8c3e0a6e679932a970d2ac8401a34cffb (patch)
tree13578c9ea72f01c40389320ee3497ba403dee1e2
parent2bc7a4e004d5b57933672fa9d440469367d28c93 (diff)
downloadbudget-7908e6d8c3e0a6e679932a970d2ac8401a34cffb.tar.gz
budget-7908e6d8c3e0a6e679932a970d2ac8401a34cffb.tar.bz2
budget-7908e6d8c3e0a6e679932a970d2ac8401a34cffb.zip
Update cabal2nix usage in readme
-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