ai/at
1
0
This commit is contained in:
2024-10-19 00:26:53 +09:00
parent 283ebd6693
commit ba3d8e77f5

View File

@@ -49,9 +49,9 @@ docker compose will not be published unless you write ports. it is only valid in
```sh ```sh
# create account # create account
$ url=https://${pds}/xrpc/com.atproto.server.createAccount url=https://${pds}/xrpc/com.atproto.server.createAccount
$ json="{\"email\": \"$email\", \"handle\": \"$handle\", \"password\": \"$password\"}" json="{\"email\": \"$email\", \"handle\": \"$handle\", \"password\": \"$password\"}"
$ curl -X POST -H "Content-Type: application/json" -d $json -sL $url curl -X POST -H "Content-Type: application/json" -d $json -sL $url
``` ```
change `src/pds/handle` to use a name of 3 characters or less. also, you cannot create an account with a name of 3 characters or less from social-app (web client). please create it from api. change `src/pds/handle` to use a name of 3 characters or less. also, you cannot create an account with a name of 3 characters or less from social-app (web client). please create it from api.