Documentation for the zurdo CLI
TODO: fill in the real installation methods once release artifacts exist.
# 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/
git clone https://github.com/NumeronAI/zurdo.git
cd zurdo
# TODO: build command (e.g. go build ./..., cargo build --release, ...)
zurdo --version