Add some missing info for write up 1

This commit is contained in:
Quentin Rouland 2025-01-27 15:39:53 +01:00
parent b0c9b65d3f
commit eb57365d6e

View File

@ -242,6 +242,17 @@ $ goat account update-handle <YOUR DOMAIN>
```
Once connected to your Bluesky account, your handle should now display as your root domain.
### Initiating a Crawl to Announce Your Instance
If everything is working, it's time to notify a relay about our instance by requesting a crawl using the admin tool we downloaded earlier.
```sh
$ PDS_ENV_FILE=/path/to/pds.env./request-crawl.sh
Requesting crawl from https://bsky.network
done
```
### Finally
Once the handle update is complete, you can restart the server in detached mode with the command below.