Skip to content

Commit

Permalink
README.md: Fix go install installation example
Browse files Browse the repository at this point in the history
  • Loading branch information
deuill committed Oct 22, 2024
1 parent 5aeef45 commit c8f2d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c8f2d93

Please sign in to comment.