Skip to content

v0.5.1

Compare
Choose a tag to compare
@jessfraz jessfraz released this 25 Sep 14:57
· 81 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="243a1185e296107009d2c4037186714a8747af27d7242439673b233372063684"

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