From c8f2d937b5af80ab3cf3c8e3ec2c3f00d53d57cd Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Tue, 22 Oct 2024 18:22:23 +0100 Subject: [PATCH] README.md: Fix `go install` installation example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a600ad..ad77d58 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Installing `webhook-gateway` locally requires that you have Go installed, at a m simply run the following command: ```sh -go install go.deuill.org/webhook-gateway@latest +go install go.deuill.org/webhook-gateway/cmd/webhook-gateway@latest ``` The `webhook-gateway` binary should be placed in your `$GOBIN` path.