summaryrefslogtreecommitdiff
path: root/docs/installation_guide/binary.md
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-05-03 12:06:08 +0200
committerLibravatar GitHub <noreply@github.com>2022-05-03 12:06:08 +0200
commitf040ad899d1bfb9affe9af5296af6c69f2178924 (patch)
tree360e6219d65eed8faf5928d9f773c2e4bbbc0038 /docs/installation_guide/binary.md
parent[chore] Move initial MediaRemotePrune to cmd.server function (#536) (diff)
downloadgotosocial-f040ad899d1bfb9affe9af5296af6c69f2178924.tar.xz
[documentation] put single-quotes around passwords in install docs (#534)
Diffstat (limited to 'docs/installation_guide/binary.md')
-rw-r--r--docs/installation_guide/binary.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation_guide/binary.md b/docs/installation_guide/binary.md
index 5dc92a834..f8a38a01d 100644
--- a/docs/installation_guide/binary.md
+++ b/docs/installation_guide/binary.md
@@ -79,7 +79,7 @@ You can use the GoToSocial binary to also create, confirm, and promote your user
Run the following command to create a new account:
```bash
-./gotosocial --config-path ./config.yaml admin account create --username some_username --email some_email@whatever.org --password SOME_PASSWORD
+./gotosocial --config-path ./config.yaml admin account create --username some_username --email some_email@whatever.org --password 'SOME_PASSWORD'
```
In the above command, replace `some_username` with your desired username, `some_email@whatever.org` with the email address you want to associate with your account, and `SOME_PASSWORD` with a secure password.