v0.12.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="b1097096a151c2b5ced14b4fdd63d49ab61a155bf1fb2318d06ec5207e22988b"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.12.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="238ed57a93004f38dda6dc06de2e9530185cb189135911b2082a47a9b94789cd"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.12.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="6a2740e17076504f5bb34b550a17ed7d2cbfc3684542e1346cf3fd882cab33d7"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.12.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="a336a00b3aa1222631b5659657ddee459070d8d3f8ec963c1b0c2076031f6488"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.12.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="d1e636b86417fd72c88ab72ac49f8855c2b41a7fddf2250f356c57633d540dc0"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.12.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="681aaf10602f70636452bc2e50d125cddf52125f521c89b13ddb8cc44fa237ec"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.12.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="2079f17853b8a48a2b23a84afbd50eda57c6f210ebb9fd5bd92d3881b93b0abc"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.12.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="14a10f05e42bc5ab7d4bd2f56e9bf9379863251a064b750c2bd012c169c105ca"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/genuinetools/reg/releases/download/v0.12.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