From 5a3c3a715222ab68b5ff75d3121b3ac7b01283fa Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Tue, 29 Sep 2015 10:20:31 +1000 Subject: [PATCH] Added release link in readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 233e61f..ac13659 100644 --- a/README.md +++ b/README.md @@ -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 ```