aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2016-03-11 23:21:06 +0100
committerJoris2016-03-11 23:21:06 +0100
commit9d57e149fcb124a28813c56f83cf254eb92baa42 (patch)
treeb796c4fdc738006c07e65e01f4845adafe064d2a /README.md
parent709d1cf587e92508ef73bca8e847cfa510c03069 (diff)
downloadbudget-9d57e149fcb124a28813c56f83cf254eb92baa42.tar.gz
budget-9d57e149fcb124a28813c56f83cf254eb92baa42.tar.bz2
budget-9d57e149fcb124a28813c56f83cf254eb92baa42.zip
Don't use persona anymore, use email token to sign in
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8fa35d1..2fdd7bd 100644
--- a/README.md
+++ b/README.md
@@ -5,10 +5,10 @@ Share costs with a group of people.
## Required dependencies
- `cabal2nix`
-- `nix-shell`
+- `nix`
- `cabal-install`
- `npm`
-- `elm
+- `elm`
## Usage
@@ -26,4 +26,5 @@ npm start
hostname = localhost:3000
port = 3000
currency = €
+sign-in-expiration-mn = 5
```