From 348ddb7a597973e99ef561982ef2af33b5051fd8 Mon Sep 17 00:00:00 2001 From: zy Date: Wed, 27 Jan 2021 06:17:51 +0800 Subject: [PATCH] fix: go install fails Installation by go will result in an error: module declares its path as: xxx, but was required as: xxx. Go install with master branch will fix it. fix: #676 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20ee827e..3ac49771 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ yq() { ### Go Get: ``` -GO111MODULE=on go get github.com/mikefarah/yq +GO111MODULE=on go get github.com/mikefarah/yq@master ``` ## Community Supported Installation methods