v0.11.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="ddd1951258b3c69df098014861484e5723f75099575c8392ec0be6924fe2c813"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.11.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 -hamd64 - darwin
# Export the sha256sum for verification.
$ export REG_SHA256="22e2880f1dc238ba4ed62cebb3128a692c49dad55b0d838c3eac23ea67e1d793"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.11.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 -hlinux
386 - linux
# Export the sha256sum for verification.
$ export REG_SHA256="0814d44cbdd8e36e1ee6a9c4d3989090415a70ddf4f414c67d72e163e58fca84"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.11.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 -hamd64 - linux
# Export the sha256sum for verification.
$ export REG_SHA256="18cc74304eb77da68d6260cb7016ff2594a9348d89ae9f286052c7dab5187f35"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.11.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 -harm - linux
# Export the sha256sum for verification.
$ export REG_SHA256="3614ddeb29c5f2b0e53f5a7bd4c4981b71bf977800245004dd20f3a66e976418"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.11.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 -harm64 - linux
# Export the sha256sum for verification.
$ export REG_SHA256="e704d9934722bdd40baf5019d14ab56cd2bdda97dacf33a9f1c4335258ee2801"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.11.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 -hwindows
386 - windows
# Export the sha256sum for verification.
$ export REG_SHA256="48c761aef947280a417cb16987635c2e56445302d778b8e191c1d19348aecaf0"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.11.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 -hamd64 - windows
# Export the sha256sum for verification.
$ export REG_SHA256="c5e34c6f89a716740002bced5d3559624a2080bb23e004a3fa566a089ecb6ae0"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.11.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