v0.2.71
These instructions are meant as an easy way to install. Note: you likely need to install coreutils
in order to have the sha256sum
command.
x86_64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="8ad3423f01e5017b9043ed22ac40266e7a66141ef8c75059c85875535d70bcc9"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.71/zoo-x86_64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-apple-darwin
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="6434ed04c5e4a42636ca770d148b1223b9920b8de1a595b311e33fe8bcd72428"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.71/zoo-aarch64-apple-darwin" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-pc-windows-gnu
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="4b1524c3849599f103bfb8a5d05321d61c66dcbdcf5bad0b5cacb8924cb1b38e"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.71/zoo-x86_64-pc-windows-gnu" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
x86_64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="00a4e738d286990996c330789afc9efc3f52678090bb69ac51d93aa2798f3d7f"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.71/zoo-x86_64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h
aarch64-unknown-linux-musl
# Export the sha256sum for verification.
$ export ZOO_CLI_SHA256="68b93858da1851eeff4d5925341faf651cb31bf13692c93a1f84c9af64be0eed"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.71/zoo-aarch64-unknown-linux-musl" -o "/usr/local/bin/zoo" \
&& echo "${ZOO_CLI_SHA256} /usr/local/bin/zoo" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/zoo"
$ echo "zoo cli installed!"
# Run it!
$ zoo -h