Download Latest Version v0.5.11.zip (6.3 MB)
Email in envelope

Get an email when there's a new version of img

Home / v0.5.4
Name Modified Size InfoDownloads / Week
Parent folder
img-linux-amd64.sha256 2018-11-14 140 Bytes
img-linux-amd64.md5 2018-11-14 108 Bytes
img-linux-amd64 2018-11-14 25.7 MB
README.md 2018-11-14 679 Bytes
v0.5.4.tar.gz 2018-11-14 3.4 MB
v0.5.4.zip 2018-11-14 4.7 MB
Totals: 6 Items   33.8 MB 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
:::console
# Export the sha256sum for verification.
$ export IMG_SHA256="6b7b660fa0a4c4ab10aa2c2d7d586afdbc70cb33644995b0ee0e7f77ddcc2565"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/img/releases/download/v0.5.4/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
Source: README.md, updated 2018-11-14