Skip to content

Commit

Permalink
Release 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreben committed Oct 8, 2018
1 parent a9010f8 commit 543c100
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 @@ -40,14 +40,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.11.2/gif_1.11.2_linux_x86_64.tar.gz | tar xz
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.11.3/gif_1.11.3_linux_x86_64.tar.gz | tar xz

# OS X
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.11.2/gif_1.11.2_osx_x86_64.tar.gz | tar xz
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.11.3/gif_1.11.3_osx_x86_64.tar.gz | tar xz

# Windows
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.11.2/gif_1.11.2_windows_x86_64.zip
unzip gif_1.11.2_windows_x86_64.zip
curl -LO https://github.com/sgreben/yeetgif/releases/download/1.11.3/gif_1.11.3_windows_x86_64.zip
unzip gif_1.11.3_windows_x86_64.zip
```

**NOTE**: To use the `optimize` command, you'll also need the [`giflossy`](https://github.com/kornelski/giflossy) fork of `gifsicle` installed:
Expand Down

0 comments on commit 543c100

Please sign in to comment.