Added release link in readme

This commit is contained in:
Mike Farah 2015-09-29 10:20:31 +10:00
parent 41156468a9
commit 5a3c3a7152

View File

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