aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2016-07-02 16:26:12 +0200
committerJoris2016-07-02 16:26:12 +0200
commita04ec905da2c6a8640162a0d397e184ea1a8bc78 (patch)
treef77f0a6012d0a2cb2eb0316273d5d13e83815f43 /README.md
parentba33dfef23d070bfff92d6322808507c1b7d2814 (diff)
downloadbudget-a04ec905da2c6a8640162a0d397e184ea1a8bc78.tar.gz
budget-a04ec905da2c6a8640162a0d397e184ea1a8bc78.tar.bz2
budget-a04ec905da2c6a8640162a0d397e184ea1a8bc78.zip
Use nix to fetch dev tools
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