1
0
mirror of https://github.com/taigrr/yq synced 2026-03-23 23:22:25 -07:00

Update doc for go get

This commit is contained in:
Mike Farah
2019-11-13 12:25:24 +11:00
parent 1f4e3a9cde
commit 29986db8f8

View File

@@ -43,7 +43,7 @@ sudo apt install yq -y
```
### or, [Download latest binary](https://github.com/mikefarah/yq/releases/latest) or alternatively:
```
GO111MODULE=on go get github.com/mikefarah/yq
GO111MODULE=on go get github.com/mikefarah/yq@2.4.1
```
## Run with Docker