From f3f2569bcd0f7335ce4204f99cd7edfa7abbfc78 Mon Sep 17 00:00:00 2001 From: brooke Date: Fri, 24 Jan 2025 19:20:09 -0500 Subject: [PATCH] update readme --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ef1acd..38e181b 100644 --- a/README.md +++ b/README.md @@ -31,15 +31,26 @@ Note: The initial startup commonly takes longer than the allotted time for setup This is the default, nothing needs to be changed unless you know there are sqlite options you want to change. ### Postgres -* You will need to generate a secret for the db password `abra app secret generate db_password v1` -* Then you will need to uncomment `#COMPOSE_FILE="$COMPOSE_FILE:compose.postgres.yml"` + +You will need to generate a secret for the db password +``` +abra app secret generate db_password v1 +``` +Then uncomment the following line +``` +COMPOSE_FILE="$COMPOSE_FILE:compose.postgres.yml" +``` ## [Add your first account](https://docs.gotosocial.org/en/latest/getting_started/user_creation/) Create the account -`abra app run app ./gotosocial admin account create --username --email --password ''` +``` +abra app run app ./gotosocial admin account create --username --email --password '' +``` Make them an admin -`abra app run app ./gotosocial admin account promote --username ` +``` +abra app run app ./gotosocial admin account promote --username +``` ## Federation mode