diff --git a/README.md b/README.md index a8b73894..d25eb14e 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