From dbaf06284985617b3e6cabe04377f8bb34c2d378 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Wed, 2 Oct 2024 09:20:09 +0200 Subject: temp: Add configuration to example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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: -- cgit v1.2.3