mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-13 03:45:37 +00:00
Added release link in readme
This commit is contained in:
parent
41156468a9
commit
5a3c3a7152
@ -1,9 +1,11 @@
|
|||||||
# yaml
|
# yaml
|
||||||
yaml command line tool written in go
|
yaml command line tool written in go
|
||||||
|
|
||||||
Allows you to read (and soon update) yaml files given a yaml path.
|
Allows you to read (and soon update) yaml files given a yaml path. All in a lovely dependency free binary!
|
||||||
|
|
||||||
## Install
|
[Download latest release](https://github.com/mikefarah/yaml/releases/latest)
|
||||||
|
|
||||||
|
or alternatively install using go get:
|
||||||
```
|
```
|
||||||
go get github.com/mikefarah/yaml
|
go get github.com/mikefarah/yaml
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user