aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2016-10-05 09:59:43 +0200
committerJoris2016-10-05 09:59:43 +0200
commite899cecde7fb10b5e7ae1b6130922437297f5cb0 (patch)
tree1b97a323296ad78d77640fdcdde36f044f60d9a8 /README.md
parent75804df1cb231033f94183e41cdf79d36d8f6710 (diff)
downloadbudget-e899cecde7fb10b5e7ae1b6130922437297f5cb0.tar.gz
budget-e899cecde7fb10b5e7ae1b6130922437297f5cb0.tar.bz2
budget-e899cecde7fb10b5e7ae1b6130922437297f5cb0.zip
Add the build command
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 10 insertions, 4 deletions
diff --git a/README.md b/README.md
index e7d9cfe..d1544aa 100644
--- a/README.md
+++ b/README.md
@@ -12,13 +12,13 @@ Install nix:
curl https://nixos.org/nix/install | sh
```
-Inside the project directory, open a nix shell:
+Then:
```
-nix-shell
+./dev
```
-Inside tmux, add some users with sqlite after the migration is done:
+Inside the tmux session, add some users with sqlite after the migration is done:
```
sqlite3 database
@@ -26,6 +26,13 @@ insert into user(creation, email, name) values (datetime('now'), 'john@mail.com'
insert into user(creation, email, name) values (datetime('now'), 'lisa@mail.com', 'Lisa');
```
+Simple build
+------------
+
+```
+./build
+```
+
Configuration
-------------
@@ -35,5 +42,4 @@ TODO
----
- CRUD animation (loading, created-updated-deleted element)
-- Dates after today must be forbidden
- Weekly notifications about added, modified, deleted payments and incomes