v0.2.83
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="98cebd55cfb5c67a647916432c2b8fe84ea9632c306c79249eb227dfca918506"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.83/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="80e1ab1abe27ef7b1293b1a24ad4697ff4d925bb43965dea810d996103a9c9c5"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.83/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="7aac530577ca67f4adcf36c83e525fa925b45770e2d88b03797c30183ab047a7"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.83/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="150ba094373410041e4c45b517a14fc0114b09084988a4f9fab6fc8c9cee504c"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.83/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="3d50e091076ee6810e46ffe1577fd6d1207bfb7a4e76cd6f7db4142984bab610"
# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/cli/v0.2.83/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