1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

Updated docs to refer to gopkg.in when using go get

This commit is contained in:
Mike Farah
2018-06-18 11:45:46 +10:00
parent 6d6e476ac8
commit a2571da1a1
5 changed files with 12 additions and 12 deletions

View File

@@ -20,7 +20,7 @@ sudo apt install yq -y
```
or, [Download latest binary](https://github.com/mikefarah/yq/releases/latest) or alternatively:
```
go get github.com/mikefarah/yq
go get gopkg.in/mikefarah/yq.v1
```
[View on GitHub](https://github.com/mikefarah/yq)