zurdo

Documentation for the zurdo CLI

View the Project on GitHub NumeronAI/zurdo.github.io

Installation

TODO: fill in the real installation methods once release artifacts exist.

Requirements

Install from a release binary

# TODO: replace with the real download URL / tap / package name
curl -fsSL https://github.com/NumeronAI/zurdo/releases/latest/download/zurdo-$(uname -s)-$(uname -m) -o zurdo
chmod +x zurdo
sudo mv zurdo /usr/local/bin/

Build from source

git clone https://github.com/NumeronAI/zurdo.git
cd zurdo
# TODO: build command (e.g. go build ./..., cargo build --release, ...)

Verify the installation

zurdo --version

← Back to home