Added install instructions

This commit is contained in:
Mike Farah 2015-09-27 15:06:02 +10:00 committed by mfarah
parent 1234215037
commit 17e05d14ab

View File

@ -3,6 +3,11 @@ 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.
Install
```
go get github.com/mikefarah/yaml
```
Usage: Usage:
``` ```
yaml <yaml file> <path> yaml <yaml file> <path>