Added structure to readme

This commit is contained in:
Magnus Åhall 2023-12-28 08:13:21 +01:00
parent aef8f1a572
commit 6cb4833dbd

View File

@ -1,3 +1,10 @@
# Run from scratch
## Database
Create an empty database. The configured user needs to be able to create and alter stuff.
## Configuration
Create a configuration file `$HOME/.config/notes.yaml` with the following content:
```yaml
@ -21,4 +28,9 @@ session:
daysvalid: 31
```
Create an empty database.
## User
Create a user by running
```
notes --createuser
```