We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2000123 commit c9b2843Copy full SHA for c9b2843
1 file changed
README.md
@@ -4,6 +4,18 @@ A small tool for converting YAML files into JSON.
4
5
## Installation
6
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
19
```
20
go get -u github.com/wakeful/yaml2json
21
0 commit comments