Add installation instructions

This commit is contained in:
Ralph Slooten 2019-08-24 23:29:25 +12:00
parent b157fcd72b
commit 8362617920
1 changed files with 7 additions and 0 deletions

View File

@ -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