From 4369278842e2d2de46bf1b8cc67496a06489abf3 Mon Sep 17 00:00:00 2001 From: WeirdCookie Date: Sun, 6 Sep 2026 19:05:00 +0200 Subject: [PATCH] fixed the build from source in readme the build from source with go build isnt working and outdatet so her is a mini fix for this :) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9619f5b2..a24afecc 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ Everything else is the responsibility of the command's author. # Getting started ## Installation -### Building from source +### install with go To get started, first make sure you've properly set up your [Go](http://golang.org/doc/install) 1.21 or newer environment and then run ```bash -$ go build github.com/adnanh/webhook +go install github.com/adnanh/webhook@latest ``` to build the latest version of the [webhook][w].