Added release link in readme

This commit is contained in:
Mike Farah 2015-09-29 10:20:31 +10:00
parent 41156468a9
commit 5a3c3a7152
1 changed files with 4 additions and 2 deletions

View File

@ -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
```