From 074a5c6dc31c0eb128070b79a9db95bd914289ec Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Tue, 1 Nov 2022 23:04:51 +0530 Subject: [PATCH] chore: install instructions should specify version `go install` won't work otherwise. `latest` seems good enough for now for this tool. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97de782..fc2f3bf 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ssh -p 2223 ssh.caarlos0.dev ### Installation ``` -go install github.com/maaslalani/confetty +go install github.com/maaslalani/confetty@latest ``` ### Usage