From ba3d8e77f52b59018853141ae5f0a303a1941aef Mon Sep 17 00:00:00 2001 From: syui Date: Sat, 19 Oct 2024 00:26:53 +0900 Subject: [PATCH] fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 106f8b9..eabc66e 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ docker compose will not be published unless you write ports. it is only valid in ```sh # create account -$ url=https://${pds}/xrpc/com.atproto.server.createAccount -$ json="{\"email\": \"$email\", \"handle\": \"$handle\", \"password\": \"$password\"}" -$ curl -X POST -H "Content-Type: application/json" -d $json -sL $url +url=https://${pds}/xrpc/com.atproto.server.createAccount +json="{\"email\": \"$email\", \"handle\": \"$handle\", \"password\": \"$password\"}" +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.