From a8167754ba5b23aa2ceb79a8e9edc2ba6f92000f Mon Sep 17 00:00:00 2001 From: brooke Date: Wed, 2 Jul 2025 14:49:20 -0400 Subject: [PATCH] update readme instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90a5887..52c8bdd 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,12 @@ ## Quick start - `abra app new liberaforms --secrets` -- `abra app config ` +- Set an admin email address `abra app config ` - `abra app deploy ` - Create tables `abra app cmd forms setup_db` more info in [liberaforms docs](https://gitlab.com/liberaforms/liberaforms/-/blob/main/docs/docker.md?ref_type=heads#create-the-database) +## Admin account setup + +Once liberaforms is deployed, go to the login screen by clicking the text in the top right. Next, click "forgot password" now you can fill in the email you set as your admin email and you will be prompted to set a password. + For more, see [`docs.liberaforms.org`](https://docs.liberaforms.org/).