Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed May 27, 2020
1 parent 6f7e6ba commit 06e0382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ See [releases](https://github.com/uetchy/gst/releases/latest).
macOS:

```
curl -L https://github.com/uetchy/gst/releases/download/v5.0.1/gst_darwin_amd64 > /usr/local/bin/gst
curl -L https://github.com/uetchy/gst/releases/download/v5.0.3/gst_darwin_amd64 > /usr/local/bin/gst
chmod +x /usr/local/bin/gst
```

Linux:

```
curl -L https://github.com/uetchy/gst/releases/download/v5.0.1/gst_linux_amd64 > /usr/local/bin/gst
curl -L https://github.com/uetchy/gst/releases/download/v5.0.3/gst_linux_amd64 > /usr/local/bin/gst
chmod +x /usr/local/bin/gst
```

Expand Down

0 comments on commit 06e0382

Please sign in to comment.