diff --git a/README.md b/README.md index c5fc306..9de30de 100644 --- a/README.md +++ b/README.md @@ -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 +```