mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
Added release link in readme
This commit is contained in:
parent
41156468a9
commit
5a3c3a7152
@ -1,9 +1,11 @@
|
||||
# yaml
|
||||
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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user