diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 ``` |