From 3146a5769aa127b9699d55ce9f37bde078d787f3 Mon Sep 17 00:00:00 2001 From: Katalina / stardust Date: Thu, 10 Aug 2017 19:18:07 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 +```