diff --git a/README.md b/README.md index 076e9d1..6fccf81 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ fastapi dev app/main.py # Start posting data to the tracing endpoint: traceroute git.rauhala.info -q1 | http POST localhost:8000/trace/MYHOSTNAME +or, with curl: +traceroute tuoppi.dy.fi -q1 | curl -X POST http://localhost:8000/trace/MYHOSTNAME --data-binary @- + ``` ## URLs of interest