Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreben committed Oct 7, 2018
1 parent 6f23f5c commit 5fe20ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Or [download the binary](https://github.com/sgreben/yeetgif/releases/latest) fro

```sh
# Linux
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.6.0/gif_1.6.0_linux_x86_64.tar.gz | tar xz
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.7.0/gif_1.7.0_linux_x86_64.tar.gz | tar xz

# OS X
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.6.0/gif_1.6.0_osx_x86_64.tar.gz | tar xz
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.7.0/gif_1.7.0_osx_x86_64.tar.gz | tar xz

# Windows
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.6.0/gif_1.6.0_windows_x86_64.zip
unzip gif_1.6.0_windows_x86_64.zip
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.7.0/gif_1.7.0_windows_x86_64.zip
unzip gif_1.7.0_windows_x86_64.zip
```

## Use it
Expand Down

0 comments on commit 5fe20ba

Please sign in to comment.