Skip to content

v0.15.4

Compare
Choose a tag to compare
@jessfraz jessfraz released this 05 Sep 19:14
· 71 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.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export REG_SHA256="bca26416c8a77c429e7b1c14ba57372b1a8cf88fee2524de9b5836b6e9dd52b1"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.4/reg-darwin-386" -o "/usr/local/bin/reg" \
	&& echo "${REG_SHA256}  /usr/local/bin/reg" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/reg"

$ echo "reg installed!"

# Run it!
$ reg -h
amd64 - darwin
# Export the sha256sum for verification.
$ export REG_SHA256="6c18bc02a432acba574da23c16aa28f7bd8a83382fe99c90addb63a60ff3c031"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.15.4/reg-darwin-amd64" -o "/usr/local/bin/reg" \
	&& echo "${REG_SHA256}  /usr/local/bin/reg" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/reg"

$ echo "reg installed!"

# Run it!
$ reg -h