Update README.md

This commit is contained in:
41666 2017-08-10 19:18:07 -05:00 committed by GitHub
parent 51f1eedec7
commit 3146a5769a

View file

@ -9,3 +9,9 @@ This package is compatible with the `"image"` package. See `esiconv/main.go` for
## esiconv
`esiconv` is a conversion tool, and also serves as an example for this package's usage.
Get pre-built binaries on the [Releases](https://github.com/kayteh/esi/releases/tag/0.1) page, or go-get via
```bash
go get -u github.com/kayteh/esi/esiconv
```