From 27c18c56a562bbdd7781008c2639da438257744f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Wennerstr=C3=B6m?= Date: Wed, 5 Oct 2022 15:53:21 +0200 Subject: [PATCH] docs: go install requires @latest (#287) --- docs/README.template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.template.md b/docs/README.template.md index 92aa2f4d..aef47ea3 100755 --- a/docs/README.template.md +++ b/docs/README.template.md @@ -71,7 +71,7 @@ curl -s https://raw.githubusercontent.com/lindell/multi-gitter/master/install.sh ### From source You can also install from source with `go install`, this is not recommended for most cases. ```bash -go install github.com/lindell/multi-gitter +go install github.com/lindell/multi-gitter@latest ``` ## Token