diff --git a/README.md b/README.md index a366c7b..93f9af7 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,15 @@ The app will start serving on `https://localhost:3000`, listening on every activ You can change the options by editing the config file. When you start the app an empty one will be created in: -`$XDG_CONFIG_HOME/breve` or `~/.config/breve` if unset. +`$XDG_CONFIG_HOME/breve`, `~/.config/breve` if unset, +or you can pass a path as the first argument of breve. The default values are: ```ini hostname = "localhost" port = 3000 +baseurl = "https://localhost:3000/" urltable = "$XDG_CONFIG_HOME/breve" tls { cert = "/usr/share/tls/breve.crt"