Pronouns labels on Bluesky

Update README.md

Changed files
+10 -2
+10 -2
README.md
···
SIGNING_KEY = "xxx"
```
-
A `cursor.txt` also needs to be present. It can be left empty, and will update every minute with a new cursor.
+
A `cursor.txt` also needs to be present. It can be left empty, and will update the file every minute with a new cursor.
-
Create labels with `npx @skyware/labeler label add` and edit `src/constants.ts` with their related post rkeys and IDs.
+
Create labels with `npx @skyware/labeler label add` and edit `src/constants.ts` with the related post rkeys and label IDs.
+
+
The server has to be reachable outside your local network using the URL you provided during the account setup (typically, using a reverse proxy such as [Caddy](https://caddyserver.com/)):
+
+
```Caddyfile
+
labeler.example.com {
+
reverse_proxy 127.0.0.1:4001
+
}
+
```
## Installation & Usage