Skip to content

v0.5.2

Compare
Choose a tag to compare
@jessfraz jessfraz released this 31 Oct 00:21
· 66 commits to master since this release

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="e6dd104cc9d76fe33e0638036f8f1f58d7ab4388162dda01a21cf74d31dee0ab"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/img/releases/download/v0.5.2/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