summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2024-10-02 09:20:09 +0200
committerLinnnus <[email protected]>2024-10-02 09:20:09 +0200
commitdbaf06284985617b3e6cabe04377f8bb34c2d378 (patch)
tree271489efd9e7b0f0c5e0b620bde1cec95eb6c3bb
parent144562570e7a5e80a45960579ba7f780d7129a44 (diff)
temp: Add configuration to example in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 244f12f..f9b1b36 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ To test the server in development, run:
```sh
$ rm -f /tmp/webhook-listener.sock
-$ nix develop --command systemfd --socket unix::/tmp/webhook-listener.sock -- target/debug/webhook-listener
+$ nix develop --command systemfd --socket unix::/tmp/webhook-listener.sock -- target/debug/webhook-listener ./examples/config.json
```
Then, in another terminal, run this command to send a sample event: