add examples

This commit is contained in:
@s.roertgen 2025-08-26 11:14:06 +02:00
parent 4ce7ff7da4
commit 532808ff0f

View file

@ -6,3 +6,13 @@ Based on the [khatru](https://github.com/fiatjaf/khatru) relay.
- add metadata to your relay and typesense connection info
- start typesense with `docker compose up`
- start relay with `go run .`
<<<<<<< HEAD
=======
## Examples
`nak req --search "pythagoras" ws://localhost:3334 | jq .`
`nak req -k 30142 -l 2 ws://localhost:3334 | jq .`
>>>>>>> 73fb230 (add examples)