diff --git a/README.md b/README.md index 425f5d8..c45ea0d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ * `abra app config ` (choose database type now, migration is possible but annoying) * `abra app deploy ` -Note: This deployment can be pretty wonky on instances with <2GB of available RAM or <4 cores. Please be patient and check the logs, if it's something related to postgres not being launched yet then just wait, gts will restart itself until the database is available. +Note: This deployment can be pretty wonky on instances with <2GB of available RAM or <4 cores. Please be patient and check the logs, if it's something related to postgres not being available yet then just wait, GtS will restart until the database is available. ## [Database](https://docs.gotosocial.org/en/latest/configuration/database/) @@ -44,6 +44,7 @@ COMPOSE_FILE="$COMPOSE_FILE:compose.postgres.yml" ## [Add your first account](https://docs.gotosocial.org/en/latest/getting_started/user_creation/) Create the account +>Note: Redeploying the app is required after creating new accounts using the cli, this is expected to change in future updates of GtS ``` abra app run app ./gotosocial admin account create --username --email --password '' ```