From 3498aaaaad8382540eaaa1e7c191d35c73e08d7d Mon Sep 17 00:00:00 2001 From: Robert Felker <1295961+Solido@users.noreply.github.com> Date: Sun, 4 Jun 2023 18:06:32 +0200 Subject: [PATCH] Instruction for go install (#167) Required by last go version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0c30e3..3ae0cbe 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Check your distribution for packaging: To directly install or update the wego binary from Github into your `$GOPATH` as usual, run: ```shell -go get -u github.com/schachmat/wego +go install github.com/schachmat/wego@latest ``` ## Setup