v0.14.1
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="0acaae80eb872b56adf9fcb52a440c496496ad4a1a4c77b161131f29d40e01ea"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.14.1/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="4555fb5b3e542162683e266a10b38924b1cea5770f99df9dafe0f6f675a154d0"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.14.1/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="0b1e9c2be8eeba74e3e39860fc118ec212ec9df09c3c9fba2de6b4edb16e5046"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.14.1/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="b0b6a57d6f2c8d11b74503b520919b45d76731f75e7f2a1b60b7503138957b7c"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.14.1/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="d5a6b56773faf2dfe544fe5c11ee18d73832781e3012d3b7e7328fc770880fde"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.14.1/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="0efac55e765047e22bc5f2f2eb93a617ea0963a33979ca797928d7de4bc770f7"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.14.1/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="e29d9e5e0bf032002acf01e9d68149c6ce1044f13caa842e8cd478b772c6a89f"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.14.1/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="95c3b3c45e33ac425f38b094786ff8bc685301b752a3fb166aa50b4b084dca30"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.14.1/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