X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/b85c345dbc70302610c05cc97fe30f5790fadc79..a4399f3054206eac52a89832a415e31077bafa0a:/README.md?ds=sidebyside diff --git a/README.md b/README.md index aa2d059..ead7b61 100644 --- a/README.md +++ b/README.md @@ -844,6 +844,14 @@ Options: -h, --help Show this message and exit. ``` +There is no official blackd client tool (yet!). You can test that blackd is +working using `curl`: + +``` +blackd --bind-port 9090 & # or let blackd choose a port +curl -s -XPOST "localhost:9090" -d "print('valid')" +``` + ### Protocol `blackd` only accepts `POST` requests at the `/` path. The body of the request