From accbbc6b3d7c3f4aae35adad0c36f346f421dda6 Mon Sep 17 00:00:00 2001 From: Joe Gregg <JosephGregg@users.noreply.github.com> Date: Wed, 29 Jun 2022 07:42:56 -0400 Subject: [PATCH] Update README.md Proper way to handle installation with latest golang --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b9fd35..d69951d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ $ subjs -h ### From Source: ``` -$ GO111MODULE=on go get -u -v github.com/lc/subjs@latest +$ go install github.com/lc/subjs@latest ``` ### From Binary