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