#!/bin/sh

cat >&2 <<-EOF
*
* The configuration will be placed at /var/lib/thelounge/config.js after first run
* To add users, use the cli: doas -u thelounge thelounge add myuser
*
EOF

exit 0
