From 7ef556f22b564cdc0906b12610921d96095f64c5 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Fri, 20 Nov 2015 21:42:45 +1100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a8b7389..d25eb14 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ yaml is a lightweight and flexible command-line YAML processor The aim of the project is to be the [jq](https://github.com/stedolan/jq) or sed of yaml files. +## Install +[Download latest binary](https://github.com/mikefarah/yaml/releases/latest) or alternatively: +``` +go get github.com/mikefarah/yaml +``` + ## Features - Written in portable go, so you can download a lovely dependency free binary - Deep read a yaml file with a given path @@ -11,11 +17,6 @@ The aim of the project is to be the [jq](https://github.com/stedolan/jq) or sed - Convert from json to yaml - Convert from yaml to json -[Download latest binary](https://github.com/mikefarah/yaml/releases/latest) or alternatively: -``` -go get github.com/mikefarah/yaml -``` - ## Read examples ``` yaml r