v0.9.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="a20e7c464aec3b8501ca4274529d9733d00c1a1e37f88f5614420793c09dead6"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.9.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="63c24f6256da6264d52802fe2db96d6eab09c4bb3ecfc5546e79736483b7a496"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.9.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="99a5d4748fdcf80610060accdec0382532cc317e8459e2de459c18d5005a917e"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.9.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="7e5199b59ce827243981b938d7e12f1a4b3476f32258d10f0805e1280b0a163e"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.9.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="04b06b472bcdba20d5d649f146911ce285a2f36d4b26eafc3b5c539c5e1d5666"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.9.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="6fa923ff901eae028fc6466932c9e9ac58248b2bb193d70a8dcfe2e2c3c141f1"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.9.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="bd88f2cf2845650ccf9fa9250153b452550a5930f2aa68248ab337f88e88b19e"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.9.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="5ce7f0ea755954ae03c1e37970ac7c956c7054d0aba5d3269b11cde01486222b"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.9.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