Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wakeful committed May 25, 2019
1 parent 04039a7 commit 839b3c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A small tool for converting YAML files into JSON.

## Installation
## Installation

macOS
```
Expand All @@ -12,7 +12,7 @@ $ brew install yaml2json

Linux
```
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/
curl -Lo yaml2json https://github.com/wakeful/yaml2json/releases/download/0.4.0/yaml2json-linux-amd64 && chmod +x yaml2json && sudo mv yaml2json /usr/local/bin/
```

src
Expand All @@ -31,4 +31,3 @@ or specify a file:
```
yaml2json path/file.yml
```

0 comments on commit 839b3c1

Please sign in to comment.