aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md26
1 files changed, 14 insertions, 12 deletions
diff --git a/README.md b/README.md
index 3b3335d..055c1f4 100644
--- a/README.md
+++ b/README.md
@@ -2,22 +2,25 @@
Share costs with a group of people.
-## Required dependencies
+## Install nix
-- `cabal2nix`
-- `nix`
-- `cabal-install`
-- `npm`
-- `elm`
+```
+curl https://nixos.org/nix/install | sh
+```
## Usage
+Open a nix shell:
+
+```
+nix-shell
+```
+
+Then:
+
```
-cabal2nix --shell . > shell.nix
-nix-shell -I ~ --command 'cabal configure'
-npm install
-elm package install
-npm start
+make install
+make start
```
## TODO
@@ -25,4 +28,3 @@ npm start
- Income CRUD
- Server error message
- Dates after today most be forbidden
-- Get rid of npm