v0.13.0
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="f35530547eb0440352f1cd5f8e73c0844c4e42a340528c607ba427a5df5bb70c"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.13.0/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="17d6d4838f473fc33707d94a35cb34399ee6b7fe277735e14212a7fd52d9977f"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.13.0/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
linux
386 - linux
# Export the sha256sum for verification.
$ export REG_SHA256="b52370cf53bf508dcd06c51e03a66398bb11c2de384e64a6a20ba3f89da5ebe6"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.13.0/reg-linux-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 - linux
# Export the sha256sum for verification.
$ export REG_SHA256="d6096b30d8b0eefe3ba57895769ca5bfdade5c7105dc5995e3029e8d70877e06"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.13.0/reg-linux-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
arm - linux
# Export the sha256sum for verification.
$ export REG_SHA256="3ee2da63575106157bd3f5cb6b7a3b8978f839d00d06143d249a23aad4440553"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.13.0/reg-linux-arm" -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
arm64 - linux
# Export the sha256sum for verification.
$ export REG_SHA256="86aa1a231b0de68614f8b7d578afd0abf967f97bea932235b0cd2d27f01f077b"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.13.0/reg-linux-arm64" -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
windows
386 - windows
# Export the sha256sum for verification.
$ export REG_SHA256="8b0641caaeac77e77b26b255b3f4841c618eeb00c1f29a2c3f1b60fdf05cdcea"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.13.0/reg-windows-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 - windows
# Export the sha256sum for verification.
$ export REG_SHA256="dbaf6b3bdee32f2c91292767997c60185f57e3671909fce888c188373021dd30"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.13.0/reg-windows-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