Skip to content

v0.4.5

Compare
Choose a tag to compare
@jessfraz jessfraz released this 12 Jun 18:20
· 119 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="cac165e6870417b82cba628a75e98f79656c62f56e0f963834797de59c2c9253"

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