Streamline placeholders & typo
This commit is contained in:
parent
80471fc55c
commit
92eac9df3b
1 changed files with 2 additions and 2 deletions
|
@ -36,12 +36,12 @@ gotosocial_hostname: 'social.example.org'
|
|||
########################################################################
|
||||
```
|
||||
|
||||
After installation, you can use `just run-tags gotosocial-add-user --extra-vars=username=USERNAME --extra-vars=password=PASSWORD --extra-vars=email=<email>"`
|
||||
After installation, you can use `just run-tags gotosocial-add-user --extra-vars=username=<username> --extra-vars=password=<password> --extra-vars=email=<email>"`
|
||||
to create your a user. Change `--tags=gotosocial-add-user` to `--tags=gotosocial-add-admin` to create an admin account.
|
||||
|
||||
### Usage
|
||||
|
||||
After [installing](../installing.md), you can visti at the URL specified in `gotosocial_hostname` and should see your instance.
|
||||
After [installing](../installing.md), you can visit at the URL specified in `gotosocial_hostname` and should see your instance.
|
||||
Start to customize it at `social.example.org/admin`.
|
||||
|
||||
Use the [GtS CLI Tool](https://docs.gotosocial.org/en/latest/admin/cli/) to do admin & maintenance tasks. E.g. use
|
||||
|
|
Loading…
Add table
Reference in a new issue