diff --git a/README.md b/README.md index 0597147..5017e86 100644 --- a/README.md +++ b/README.md @@ -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 +```