Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Oct 00:13
· 71 commits to main since this release

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_MACHINE_API_SHA256="bab80a1961869cb011bfeab29acc7bf1db627f44c372254775029f12dd2681ee"


# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/machine-api/v0.1.0/machine-api-x86_64-apple-darwin" -o "/usr/local/bin/machine-api" \
	&& echo "${ZOO_MACHINE_API_SHA256}  /usr/local/bin/machine-api" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/machine-api"


$ echo "machine-api machine-api installed!"

# Run it!
$ machine-api -h

aarch64-apple-darwin

# Export the sha256sum for verification.
$ export ZOO_MACHINE_API_SHA256="7a1848c1fd9c78a9ca12a4793bcaecded0b84108b4711707814ce1ffd57e2524"


# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/machine-api/v0.1.0/machine-api-aarch64-apple-darwin" -o "/usr/local/bin/machine-api" \
	&& echo "${ZOO_MACHINE_API_SHA256}  /usr/local/bin/machine-api" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/machine-api"


$ echo "machine-api machine-api installed!"

# Run it!
$ machine-api -h

x86_64-unknown-linux-musl

# Export the sha256sum for verification.
$ export ZOO_MACHINE_API_SHA256="330fa5e02bac990e93737700de938dafc58796dd8a791e03092a5ed638239428"


# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/machine-api/v0.1.0/machine-api-x86_64-unknown-linux-musl" -o "/usr/local/bin/machine-api" \
	&& echo "${ZOO_MACHINE_API_SHA256}  /usr/local/bin/machine-api" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/machine-api"


$ echo "machine-api machine-api installed!"

# Run it!
$ machine-api -h

aarch64-unknown-linux-musl

# Export the sha256sum for verification.
$ export ZOO_MACHINE_API_SHA256="abd5003e971b5f10cdf1a022102dcba0c3dabd3dc2fc62fb53a590eacf14f830"


# Download and check the sha256sum.
$ curl -fSL "https://dl.zoo.dev/releases/machine-api/v0.1.0/machine-api-aarch64-unknown-linux-musl" -o "/usr/local/bin/machine-api" \
	&& echo "${ZOO_MACHINE_API_SHA256}  /usr/local/bin/machine-api" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/machine-api"


$ echo "machine-api machine-api installed!"

# Run it!
$ machine-api -h