From 8362617920b0c2230a396a2db16604c1930189f4 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sat, 24 Aug 2019 23:29:25 +1200 Subject: [PATCH] Add installation instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1ea9c1d..acb37b2 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,13 @@ Options: - `./goptimize -o out/ image.jpg` - optimize a JPG file and save it to `out/` +## Install + +Download the appropriate binary from the [releases](https://github.com/axllent/goptimize/releases/latest), or if you have golang installed +``` +go get github.com/axllent/goptimize +``` + ## TODO