Skip to content

Commit c9b2843

Browse files
committed
update README.md
1 parent 2000123 commit c9b2843

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ A small tool for converting YAML files into JSON.
44

55
## Installation
66

7+
macOS
8+
```
9+
$ brew tap wakeful/selection
10+
$ brew install yaml2json
11+
```
12+
13+
Linux
14+
```
15+
curl -Lo yaml2json https://github.com/wakeful/yaml2json/releases/download/0.1.0/yaml2json-linux-amd64 && chmod +x yaml2json && sudo mv yaml2json /usr/local/bin/
16+
```
17+
18+
src
719
```
820
go get -u github.com/wakeful/yaml2json
921
```

0 commit comments

Comments
 (0)