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
This commit is contained in:
zy 2021-01-27 06:17:51 +08:00 committed by Mike Farah
parent 820a3320be
commit 851fbd8cf5

View File

@ -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