Skip to content

Commit 7ef556f

Browse files
committed
Update README.md
1 parent 6b566fd commit 7ef556f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ yaml is a lightweight and flexible command-line YAML processor
33

44
The aim of the project is to be the [jq](https://github.com/stedolan/jq) or sed of yaml files.
55

6+
## Install
7+
[Download latest binary](https://github.com/mikefarah/yaml/releases/latest) or alternatively:
8+
```
9+
go get github.com/mikefarah/yaml
10+
```
11+
612
## Features
713
- Written in portable go, so you can download a lovely dependency free binary
814
- 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
1117
- Convert from json to yaml
1218
- Convert from yaml to json
1319

14-
[Download latest binary](https://github.com/mikefarah/yaml/releases/latest) or alternatively:
15-
```
16-
go get github.com/mikefarah/yaml
17-
```
18-
1920
## Read examples
2021
```
2122
yaml r <yaml file> <path>

0 commit comments

Comments
 (0)