#!/bin/sh
# Tallrig — https://tallrig.com
#
# There is no standalone Tallrig CLI binary yet. Add the SDK to your
# project instead:
#
#   bun add @tallrig/sdk
#
# Docs: https://tallrig.com/docs
set -e
echo "Tallrig has no standalone CLI yet — add the SDK instead:"
echo ""
echo "  bun add @tallrig/sdk"
echo ""
echo "Docs: https://tallrig.com/docs"
exit 0
