Update doc for go get

This commit is contained in:
Mike Farah 2019-11-13 12:25:24 +11:00
parent 1f4e3a9cde
commit 29986db8f8
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ sudo apt install yq -y
``` ```
### or, [Download latest binary](https://github.com/mikefarah/yq/releases/latest) or alternatively: ### 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 ## Run with Docker