diff options
author | Joris | 2016-02-20 13:47:46 +0100 |
---|---|---|
committer | Joris | 2016-02-20 13:47:46 +0100 |
commit | 7908e6d8c3e0a6e679932a970d2ac8401a34cffb (patch) | |
tree | 13578c9ea72f01c40389320ee3497ba403dee1e2 | |
parent | 2bc7a4e004d5b57933672fa9d440469367d28c93 (diff) |
Update cabal2nix usage in readme
-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 |