Update README.md

This commit is contained in:
Mike Farah 2015-11-20 21:42:45 +11:00
parent 6b566fd983
commit 7ef556f22b

View File

@ -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 <yaml file> <path>