v0.3.0
Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.
linux
amd64 - linux
# Export the sha256sum for verification.
$ export IMG_SHA256="37fb69555f178370a67568e0004c7e67a048673fd26e7ab29e327c3ccdb57ace"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/img/releases/download/v0.3.0/img-linux-amd64" -o "/usr/local/bin/img" \
&& echo "${IMG_SHA256} /usr/local/bin/img" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/img"
$ echo "img installed!"
# Run it!
$ img -h