From 0ab2566922a205f2c9bc2967fe4c10ced0ad6616 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Sun, 15 Jan 2023 23:00:58 -0800 Subject: [PATCH] Update install instructions (#40) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51d4c41..85178c7 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ There are very few exceptions to the global variable rule. This tool will ignore ## Install ``` -go get 4d63.com/gochecknoglobals +go install 4d63.com/gochecknoglobals@latest ``` ## Usage