diff options
author | Linnnus <[email protected]> | 2024-10-02 09:20:09 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-10-02 09:20:09 +0200 |
commit | dbaf06284985617b3e6cabe04377f8bb34c2d378 (patch) | |
tree | 271489efd9e7b0f0c5e0b620bde1cec95eb6c3bb | |
parent | 144562570e7a5e80a45960579ba7f780d7129a44 (diff) |
temp: Add configuration to example in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |