diff options
author | 2023-05-21 22:40:43 +0200 | |
---|---|---|
committer | 2023-05-21 22:40:43 +0200 | |
commit | 9c24dee01fc88fc69d581951ef0b6266e301f326 (patch) | |
tree | d551e65614618ed09df8886df1b745850f8ab997 /docs/installation_guide/binary.md | |
parent | [bugfix] Add back removed ValidateRequest() before backoff-retry loop (#1805) (diff) | |
download | gotosocial-9c24dee01fc88fc69d581951ef0b6266e301f326.tar.xz |
[chore] Replace pinafore with semaphore (#1801)
* Replace pinafore with semaphore
* Typo
Diffstat (limited to 'docs/installation_guide/binary.md')
-rw-r--r-- | docs/installation_guide/binary.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation_guide/binary.md b/docs/installation_guide/binary.md index 0a5e21b81..81410d8c8 100644 --- a/docs/installation_guide/binary.md +++ b/docs/installation_guide/binary.md @@ -103,7 +103,7 @@ Replace `some_username` with the username of the account you just created. ## 6. Login -You should now be able to log in to your instance using the email address and password of the account you just created. We recommend using [Pinafore](https://pinafore.social) or [Tusky](https://tusky.app) for this. +You should now be able to log in to your instance using the email address and password of the account you just created. We recommend using [Semaphore](https://semaphore.social) or [Tusky](https://tusky.app) for this. ## 7. \[Optional\] Enable the systemd service |