From 349d76582c6acf0f80052dcb57a4f28a4d78bb87 Mon Sep 17 00:00:00 2001 From: Harry Dobrev Date: Tue, 9 Aug 2022 11:40:46 +0300 Subject: [PATCH] Use go install with latest version `go get` is no longer supported outside of Go modules --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01d08c2..7a3d429 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To overvrite existing files use `--overwrite` flag. ## Install - go get github.com/r3code/sendgrid-man/cmd/sendgridman + go install github.com/r3code/sendgrid-man/cmd/sendgridman@latest ## Usage